Tooltip

Feedback

A popup that displays information on hover.

Preview

Usage

<Tooltip content="Edit">
  <Button>Hover me</Button>
</Tooltip>

Props

NameTypeDefaultDescription
contentstring''The tooltip text.
position'top' | 'bottom' | 'left' | 'right''top'Tooltip position.

Slots

NameDescription
defaultThe element to trigger the tooltip.