An action menu is a dropdown list of multiple context-specific actions.
An action menu is the same as a context menu, apart from the trigger action. A context menu is triggered by right-clicking into a dedicated area. An action menu is triggered via a dedicated button. Use an action menu to provide users with several actions related to a specific item or context, such as managing settings, performing operations on a selected item, or initiating workflows. The component consolidates actions, helps reduce cognitive load, and facilitates efficient navigation and interaction.
Do
Don’t use an action menu when only one or two actions are available, as this may overcomplicate the interface. Consider using a set of primary and secondary buttons.
Don’t use an action menu for multiple actions that are always visible and accessible.
Don't
An action menu is a dropdown list launched from the button variant. The dropdown list appears when users interact with the button.
Action menu items have the following states:
Users can navigate to the action menu using the Tab key and display the list using the down arrow key. Selecting an option from the dropdown menu opens a modal, a sidebar, fullscreen content, or performs an action.