Installation
Examples
Placements
top, right, bottom, left.
Tooltip on top
Tooltip on right
Tooltip on bottom
Tooltip on left
Rich content
Custom JSX inside the tooltip.
Alex Johnson
Senior Engineer
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| content* | ReactNode | required | Tooltip content. |
| side | 'top'|'right'|'bottom'|'left' | 'top' | Preferred placement. |
| delayDuration | number | 400 | Delay before showing in ms. |
| disabled | boolean | false | Prevents showing the tooltip. |