Tooltip
Each example below is a real component instance — flip the theme toggle to see how it adapts.
Basic#
Sides#
Loading…
Props#
| Prop | Type | Default | Description |
|---|---|---|---|
| content * | ReactNode | — | Tooltip text/content. |
| children * | ReactNode | — | Trigger element — usually a Button or IconButton. |
| side | enum | top | Side: top (default) | right | bottom | left. |
| delayDuration | number | undefined | 400 | Open/close delay in ms (overrides provider default). |