Tooltip
Hover hints for additional context
Small popover that appears on hover.
Usage
hover over this textPosition
Top
Default position above the element.
hover (top)
Bottom
Position below the element.
hover (bottom)
Delay
Control how long before the tooltip appears.
instant
·
half second delay
Props
| prop | type | default | description |
|---|---|---|---|
| content | ReactNode | required | Tooltip content |
| children | ReactNode | required | Trigger element |
| side | "top" | "bottom" | "top" | Position |
| delay | number | 200 | Ms before showing |