Speed Dial
Floating action button that expands into a set of sub-actions. Tap + to reveal options.
import
{ SpeedDial } from "@pepulux/ui"Default (expand up)
Expand right
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| actions* | SpeedDialAction[] | — | Array of { label, icon, onClick?, disabled? } |
| direction | "up" | "down" | "left" | "right" | "up" | Direction the sub-actions expand |
| icon | ReactNode | — | Custom icon for the main FAB (default: +) |