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