Intro
The menu button offers a set of options for an action, displayed in a menu.
Menu buttons
Menu buttons with semantics
Disabled menu buttons
When to Use
Do
Use the menu button:
- To offer a group of options when there is no obvious default action.
Don't
Don’t use the menu button:
- To switch between different states. Use the toggle button or the switch instead.
- For individual actions without variants. Use the simple button instead.
- To offer a default action alongside a group of alternative options. Use the split button instead.
Anatomy
- Background: Visualizes the state of the button using different colors.
- Text: Describes the group of actions that can be triggered by the menu button.
- Arrow: Indicates that clicking this button opens a menu with a group of options.
Anatomy of a menu button
Types
Three variants visualize different priorities of the menu button and its action:
- Primary
- Secondary (= regular)
- Tertiary
Primary menu button
Secondary menu button
Tertiary menu button
Behavior and Interaction
Related Links
Components
Implementation
- Menu
(UI5 Web Components documentation)
Specifications
- Menu Button (visual design)
- Menu Button (interaction design)
Components
Implementation
- Menu
(UI5 Web Components documentation)