Overlays
Tooltip
Popup helper text triggered on hover/focus (desktop) or touch/haptics (mobile).
Basic Tooltip
Standard tooltip that pops up above the target element on hover/focus (desktop) or tap (mobile).
Placements
Tooltips can be positioned relative to their target in four directions: top, bottom, left, or right.
Icon Anchor
Tooltips can be bound directly to icons and small display triggers to provide helpful in-line tips.
Transaction Fee
Properties
| Prop | Type | Default | Description |
|---|---|---|---|
content | React.ReactNode | — | The popup context body of the tooltip |
children | React.ReactElement | — | The target element acting as the anchor trigger |
placement | 'top' | 'bottom' | 'left' | 'right' | 'top' | Strategic alignment direction of the popup |
delay | number | 200 | Timing delay in milliseconds before the tooltip enters the screen |