Kleri UI / Components / Tooltip

Tooltip

Contextual information overlays and hints.

KleriTooltip

Accessible tooltip with configurable side, offset, and optional arrow.

Usage
<KleriTooltip
  side="bottom"
  sideOffset={5}
  arrow={false}
  disabled={false}
>
  Tooltip content
</KleriTooltip>

Props

Show Arrow

false

Disabled

false