Tooltips show brief helper text when users hover over a component. Wrap any single element to add a tooltip. For richer hover content like status previews or structured data, use HoverCard. For interactive content that stays open until dismissed, use Popover.Documentation Index
Fetch the complete documentation index at: https://prefab.prefect.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Basic Usage
Side Placement
Control which side the tooltip appears on with theside parameter.
Instant Tooltips
By default, tooltips wait 700ms before appearing. Setdelay=0 for immediate feedback — useful in dashboards or status displays where users are scanning quickly.
API Reference
Tooltip Parameters
Tooltip text. Can be passed as a positional argument.
Which side to show the tooltip:
"top", "right", "bottom", "left".Delay in milliseconds before showing the tooltip. Defaults to 700ms. Set to
0 for instant display.Additional Tailwind CSS classes.
Protocol Reference
Tooltip