Tooltip
A floating hint shown on hover or focus.
Icon button
On many triggers
Sides
Delayed
Colors
No arrow
API reference
[buiTooltip]
Inputs
| Prop | Type | Default | Description |
|---|---|---|---|
buiTooltip* | string | — | Tooltip text; bound via the `buiTooltip` attribute. |
side | TooltipSide | 'top' | Preferred placement side relative to the host, with an automatic flip fallback. |
delay | number | 0 | Delay in milliseconds before the tooltip appears on hover/focus. |
tooltipClass | ClassValue | '' | Extra classes applied to the tooltip bubble (e.g. a semantic colour). |
bui-tooltip-content
Inputs
| Prop | Type | Default | Description |
|---|---|---|---|
text | string | '' | Text rendered inside the tooltip bubble. |
extraClass | ClassValue | '' | 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.