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
| Prop | Type | Default | Description |
|---|---|---|---|
buiTooltip | string | '' | Tooltip text; bound via the `buiTooltip` attribute. Empty text shows nothing. |
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). |
Two-way models
Bind with [(name)], or one-way as an input.
| Prop | Type | Default | Description |
|---|---|---|---|
disabled | boolean | false | Suppress 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
| 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.