Tooltip
Contextual information displayed on hover with configurable positioning.
Import
Basic Usage
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| content | React.ReactNode | - | Tooltip content (required) |
| children | React.ReactElement | - | Element that triggers the tooltip (required) |
| side | 'top' | 'bottom' | 'left' | 'right' | 'top' | Preferred side to render |
| delay | number | 200 | Delay before showing (ms) |
| className | string | - | Additional CSS class names for the popup |