Reka UI logoReka
backdrop
PropDefaultType
defaultOpen
false
boolean

The open state of the tooltip when it is initially rendered. Use when you do not need to control its open state.

delayDuration
number

Override the duration given to the Provider to customise the open delay for a specific tooltip.

disableClosingTrigger
boolean

When true, clicking on trigger will not close the content.

disabled
boolean

When true, disable tooltip

disableHoverableContent
boolean

Prevents Tooltip.Content from remaining open when hovering. Disabling this has accessibility consequences. Inherits from Tooltip.Provider.

ignoreNonKeyboardFocus
boolean

Prevent the tooltip from opening if the focus did not come from the keyboard by matching against the :focus-visible selector. This is useful if you want to avoid opening it when switching browser tabs or closing a dialog.

open
boolean

The controlled open state of the tooltip.

EmitPayload
update:open
[value: boolean]

Event handler called when the open state of the tooltip changes.

Slots (default)Payload
open
boolean

Current open state