Tooltip
Tooltips display short, informational text when a user hovers, focuses, or taps a trigger element.
Positions
Use the position prop to control which side of the trigger the tooltip appears on.
Usage
Wrap any element with a Tooltip and pass a content string. The position prop defaults to above if not specified.
Explore the Tooltip component by adjusting its properties below. Hover over the button in the preview to see the tooltip appear.
Properties
<Tooltip content="Helpful tooltip text"> <Button kind="secondary">Hover me</Button> </Tooltip>