- Implementation
- Tooltip Props
Common Examples
TheTooltip component is used to add a floating label to an element, usually triggered on hover or focus.Controlling tooltip state
By default, the open state of a tooltip is managed internally and opens when the trigger element has hover or focus.To manually control the open state of the tooltip, use theopen prop.Adjusting tooltip offset
In some cases, the context around the tooltip trigger may require the tooltip to render further away from or closer to the trigger.In these cases, adjust theoffset prop, which accepts a number representing pixels.
