Speed dial

A FAB that expands to actions.

Opens downward

API reference

Inputs

PropTypeDefaultDescription
actionsreadonly SpeedDialAction[][]Actions revealed when the dial expands.
direction"down" | "up"'up'Direction the action stack expands relative to the trigger button.
labelstring'Open actions'Accessible label for the trigger button.

Types

SpeedDialAction

FieldTypeDescription
labelstringVisible text shown on the action item.
href?stringOptional 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.