tsimport {XDSTooltip} from '@xds/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. |