Tooltip

A floating hint shown on hover or focus.

Icon button

On many triggers

Row actions

Sides

Delayed

Colors

No arrow

API reference

[buiTooltip]

Inputs

PropTypeDefaultDescription
buiTooltipstring''Tooltip text; bound via the `buiTooltip` attribute. Empty text shows nothing.
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).

Two-way models

Bind with [(name)], or one-way as an input.

PropTypeDefaultDescription
disabledbooleanfalseSuppress the tooltip without removing the directive. Written by hosts that only label themselves some of the time — a shows its tooltip on the collapsed icon rail and nowhere else.

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.