Tooltip

A floating hint shown on hover or focus.

Icon button

On many triggers

Sides

Delayed

Colors

No arrow

API reference

[buiTooltip]

Inputs

PropTypeDefaultDescription
buiTooltip*stringTooltip text; bound via the `buiTooltip` attribute.
sideTooltipSide'top'Preferred placement side relative to the host, with an automatic flip fallback.
delaynumber0Delay in milliseconds before the tooltip appears on hover/focus.
tooltipClassClassValue''Extra classes applied to the tooltip bubble (e.g. a semantic colour).

bui-tooltip-content

Inputs

PropTypeDefaultDescription
textstring''Text rendered inside the tooltip bubble.
extraClassClassValue''Extra classes (e.g. a colour override) merged over the base bubble styles.

Types

TooltipSide — Side of the host the tooltip prefers to appear on.

"bottom" | "left" | "right" | "top"

Every ng-blatui component also accepts a class input to merge extra Tailwind classes onto the host.