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
Copy file name to clipboardExpand all lines: apps/docs/src/routes/docs/core/components/tooltip.mdx
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -248,6 +248,7 @@ We expose a CSS custom property `--kb-tooltip-content-transform-origin` which ca
248
248
| onOpenChange |`(open: boolean) => void` <br/> Event handler called when the open state of the tooltip changes. |
249
249
| triggerOnFocusOnly |`boolean` <br/> Whether to open the tooltip only when the trigger is focused. By default, opens for both focus and hover. |
250
250
| openDelay |`number` <br/> The duration from when the mouse enters the trigger until the tooltip opens. |
251
+
| skipDelayDuration |`number` <br/> The duration from when the mouse leaves the trigger or content and moves to another tooltip trigger or content without incurring another openDelay |
251
252
| closeDelay |`number` <br/> The duration from when the mouse leaves the trigger or content until the tooltip closes. |
252
253
| ignoreSafeArea |`boolean` <br/> Whether to close the tooltip even if the user cursor is inside the safe area between the trigger and tooltip. |
253
254
| id |`string` <br/> A unique identifier for the component. The id is used to generate id attributes for nested components. If no id prop is provided, a generated id will be used. |
0 commit comments