The open state of the tooltip when it is initially rendered.
Use when you do not need to control its open state.
open?: boolean
The controlled open state of the tooltip.
delayDuration?: number
Override the duration given to the Provider to customise
the open delay for a specific tooltip. Defaults to 700.
disableHoverableContent?: boolean
Prevents Tooltip.Content from remaining open when hovering.
Disabling this has accessibility consequences. Inherits
from Tooltip.Provider.
disableClosingTrigger?: boolean
When true, clicking on trigger will not close the content. Defaults to false.
disabled?: boolean
When true, disable tooltip Defaults to false.
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. Defaults to false.
kbds
["meta", "k"]
(string | undefined)[] | KbdProps[]
The keyboard keys to display in the button.
{ accent: 'default' }
as?: any
The element or component this component should render as. Defaults to 'kbd'.
value?: string
accent?: "default" | "accent" | "less"
Defaults to 'default'.
size?: "md" | "sm" | "lg"
Defaults to 'md'.
class?: any
b24ui?: { base?: ClassNameValue; }
avatar
AvatarProps
Display an avatar on the left side.
as?: any
The element or component this component should render as. Defaults to 'span'.