Floating Actions Menu
Expands a primary floating trigger into a short list of related actions.
Compose FloatingActionsMenuItem children for secondary actions that fan out from the main FloatingButton trigger.
- One primary floating action with three to six related secondaries fanned in a chosen direction - App-level placement via
FloatingActionsMenuConfig::fixedor anchored inside a positioned panel viaFloatingActionsMenuConfig::anchored
- Set
config.aria_labelon the menu root. - Add three to six
FloatingActionsMenuItemchildren with distinct tooltips. - Optionally bind
openfor controlled visibility.
Basic direction up
Primary trigger opens three related actions stacked above the trigger.
Custom close icon
Swap the trigger icon when the menu is open.
Controlled open
External button toggles the menu; Escape closes it.
Direction matrix
Compare up, right, down, and left expansion in a bounded frame.
Persistent tooltips (left)
Labels stay visible to the left of each action while the menu is open. Set persistent_tooltips and persistent_tooltip_side: Left.
Persistent tooltips (right)
Labels stay visible to the right of each action while the menu is open. Set persistent_tooltips and persistent_tooltip_side: Right.