Show short helper text on hover or focus.
12345678910| Prop | Type | Default | Description |
|---|---|---|---|
content | ReactNode | — | Tooltip content text or React node (required) |
children | ReactNode | — | Trigger element that shows the tooltip on hover/focus (required) |
delayDuration? | number | 500 | Delay in milliseconds before showing tooltip (optional) |
side? | "top" | "right" | "bottom" | "left" | — | Tooltip position (optional) |
sideOffset? | number | 5 | Offset distance from trigger element in pixels (optional) |
className? | string | — | Additional CSS classes (optional) |