Tooltip
Overlays & Feedback
macOS translucent hover popup tooltip.
Installation
$npx shadcn-macos@latest add tooltip
Examples
Props
<Tooltip />| Prop | Type | Default | Description |
|---|---|---|---|
| content* | React.ReactNode | — | Content displayed within the tooltip balloon. |
| side | "top" | "right" | "bottom" | "left" | "top" | Placement position relative to the child element. |
| children* | React.ReactNode | — | Interactive element wrapped by the tooltip. |