01
Overview
SpeedDial composes a FloatingAction trigger with a directional cluster of
quick actions. Use it when one primary floating action needs a small set of
related secondary actions.
Usage
02
When to use
Use when
- One primary floating action needs a small set of closely related quick actions.
Avoid when
- The actions are equally important and always visible - use toolbar instead. Use Toolbar instead
- The trigger should open rich contextual content - use popover instead. Use Popover instead
03
Examples
Quick actions
A FloatingAction trigger reveals a directional cluster of labeled quick actions.
Directions
Actions can fan out up, down, left, or right from the trigger.
04
Props
| Name | Type | Default | Required | Bindable | Description |
|---|---|---|---|---|---|
open | boolean | false | bind | Bindable open state. Trigger, Escape, outside click, and action activation update it. | |
direction | 'up' | 'down' | 'left' | 'right' | 'up' | Direction the actions fan out. | ||
hidden | boolean | false | Applies the native hidden attribute and makes the whole control inert. | ||
trigger | snippet | req | Trigger icon or content rendered inside the FloatingAction. | ||
children | snippet | req | SpeedDial.Action children. |