Speed dial
A FAB that expands to actions.
Opens downward
API reference
Inputs
| Prop | Type | Default | Description |
|---|---|---|---|
actions | readonly SpeedDialAction[] | [] | Actions revealed when the dial expands. |
direction | "down" | "up" | 'up' | Direction the action stack expands relative to the trigger button. |
label | string | 'Open actions' | Accessible label for the trigger button. |
Types
SpeedDialAction
| Field | Type | Description |
|---|---|---|
label | string | Visible text shown on the action item. |
href? | string | Optional link target for the action; defaults to `#` when omitted. |
Every ng-blatui component also accepts a class input to merge extra Tailwind classes onto the host.