Tooltip
A popup that displays information related to an element when the element receives keyboard focus or the mouse hovers over it.
Tooltip API
| Prop / Event | Type | Default | Description |
|---|---|---|---|
align | string | 'up-center' | Controls the alignment and placement of the tooltip relative to the trigger. One of 'up-left' | 'up-center' | 'up-right' | 'down-left' | 'down-center' | 'down-right'. |
openDelay | number | 200 | Delay in milliseconds before the tooltip opens when hovered. |
closeDelay | number | 100 | Delay in milliseconds before the tooltip closes when unhovered. |