Tooltip API
API reference for the Tooltip components.
Related
Explore these related pages for additional context and usage patterns.
| Page | Category |
|---|---|
| Tooltip | Disclosure |
| useTooltip | Plugins |
| usePopover | System |
| Popover | Disclosure |
Tooltip.Root
Props
disabled
boolean | undefinedWhether the tooltip is disabled (also disabled when the region is)
Default: false
interactive
boolean | undefinedWhether the content stays open while hovered, allowing pointer interaction
Default: false
positionArea
string | undefinedCSS anchor-positioning `position-area` for the content (default `top`)
Default: "top"
positionTry
string | undefinedCSS anchor-positioning `position-try` fallbacks (default `most-height top`)
Default: "most-height top"
namespace
string | undefinedDependency-injection namespace (default `v0:tooltip`)
Default: "v0:tooltip"
Events
update:model-value
[value: boolean]Slots
default
TooltipRootSlotPropsTooltip.Activator
Props
Slots
default
TooltipActivatorSlotPropsTooltip.Content
Props
Slots
default
TooltipContentSlotProps