Action Menu Button
Pairs a primary command with a chevron menu for related alternates — for example, Save alongside Save as and Export.
Wire the main action with on_click and menu picks with on_select. Do not repeat the primary label in menu items. When menu labels are abbreviated, ensure surrounding context gives screen-reader users enough detail.
- One dominant action plus a small set of related alternates in a menu - Save / Save as / Export, Send / Schedule send, and similar command clusters
- Put primary label text in
childrenand menu items in theaction_menu_itemsslot. - Wire
on_clickfor the primary segment andon_selectfor menu item values. - Prefer MenuButton when every choice lives in the menu with no separate primary click.
With icon
Primary segment includes a leading icon.