You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`component`|`Component`| Required | The Vue component to render as the tooltip |
145
-
|`showDelay`|`number`|`0`| Delay in milliseconds before the tooltip appears on hover |
146
-
|`hideDelay`|`number`|`200`| Delay in milliseconds before the tooltip disappears when the cursor leaves |
147
-
|`defaultPlacement`|`Placement`|`'top'`| Default tooltip placement: `'top'`, `'bottom'`, `'left'`, `'right'`, etc. |
148
-
|`defaultTruncateDetection`|`'x' \| 'y' \| 'both' \| 'none'`|`'both'`| Direction(s) to check for text truncation (`'x'` for horizontal, `'y'` for vertical, `'both'`, or `'none'` to disable) |
149
-
|`handleDialogModals`|`boolean`|`false`| Whether to handle tooltips within HTML `<dialog>` elements with the `open` attribute (modal dialogs) |
150
-
|`placementAttribute`|`string`|`'vueltip-placement'`| HTML attribute name for tooltip placement overrides |
151
-
|`keyAttribute`|`string`|`'vueltip-key'`| HTML attribute name for tooltip identification |
152
-
|`truncateAttribute`|`string`|`'vueltip-truncate'`| HTML attribute name for truncate detection overrides |
|`component`|`Component`| Required | The Vue component to render as the tooltip |
145
+
|`showDelay`|`number`|`0`| Delay in milliseconds before the tooltip appears on hover |
146
+
|`hideDelay`|`number`|`200`| Delay in milliseconds before the tooltip disappears when the cursor leaves |
147
+
|`defaultPlacement`|`Placement`|`'top'`| Default tooltip placement: `'top'`, `'bottom'`, `'left'`, `'right'`, etc. |
148
+
|`defaultTruncateDetection`|`'x' \| 'y' \| 'both' \| 'none'`|`'both'`| Direction(s) to check for text truncation (`'x'` for horizontal, `'y'` for vertical, `'both'`, or `'none'` to disable) |
149
+
|`handleDialogModals`|`boolean`|`false`| Whether to handle tooltips within HTML `<dialog>` elements with the `open` attribute (modal dialogs) |
150
+
|`placementAttribute`|`string`|`'data-vueltip-placement'`| HTML attribute name for tooltip placement overrides |
151
+
|`keyAttribute`|`string`|`'data-vueltip-key'`| HTML attribute name for tooltip identification |
152
+
|`truncateAttribute`|`string`|`'data-vueltip-truncate'`| HTML attribute name for truncate detection overrides |
0 commit comments