Skip to content

Tooltip

A one-line explanation on hover and focus. Plain text only: anything interactive belongs in a Popover.

Example

<Tooltip text="Saves to your library">
  <Button data-ink-tooltip-trigger>Save</Button>
</Tooltip>

Props

PropTypeDefaultDescription
textstring-The explanation.
placementtop | bottom | left | righttopPreferred side; flips when cramped.
delaynumber200Hover delay ms.

Accessibility