A short text hint that appears on hover or focus, anchored to a trigger element. Use it to describe icon-only buttons, show the full text of truncated labels, or provide supplementary context without cluttering the UI.
tsimport {Tooltip} from '@astryxdesign/core/Tooltip'
| Guidance | Practices |
|---|---|
| Do | Keep tooltip content concise: aim for under 140 characters of plain text. |
| Do | Add a tooltip to icon-only buttons and controls that lack a visible label. |
| Don't | Place interactive elements like links or buttons inside a tooltip; use HoverCard or Popover instead. |
| Don't | Use tooltips for essential information that users must see to complete a task. |
Tooltips on an action button bar with contextual descriptions.