Skip to content

Commit 1872bcb

Browse files
authored
docs(tooltip): Add docs for skipDelayDuration prop (#472)
1 parent 746432c commit 1872bcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/docs/src/routes/docs/core/components/tooltip.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ We expose a CSS custom property `--kb-tooltip-content-transform-origin` which ca
248248
| onOpenChange | `(open: boolean) => void` <br/> Event handler called when the open state of the tooltip changes. |
249249
| triggerOnFocusOnly | `boolean` <br/> Whether to open the tooltip only when the trigger is focused. By default, opens for both focus and hover. |
250250
| 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 |
251252
| closeDelay | `number` <br/> The duration from when the mouse leaves the trigger or content until the tooltip closes. |
252253
| ignoreSafeArea | `boolean` <br/> Whether to close the tooltip even if the user cursor is inside the safe area between the trigger and tooltip. |
253254
| 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

Comments
 (0)