Back to Component Library
display React 19 + TypeScript
Tooltip
Hover popover tooltip component supporting top, bottom, left, and right directions.
$npx forgeui add tooltip
Variant:
Props API
| Prop | Type | Default | Description |
|---|---|---|---|
| content | string | undefined | Tooltip popup text. |
| position | 'top' | 'bottom' | 'left' | 'right' | 'top' | Placement position. |
Accessibility Standards
Aria-describedby tooltip relationship.