Skip to content
Action menu
A dropdown is triggered by the interaction with a button or other control. Once displayed, the action dropdown presents users with a list of actions they can perform. The list can be as simple as a few actions, or as complex as a three-section menu with headings and a search bar.
UX/UI Guidelines
Check the design documentation of the component in ZeroHeight.
From Figma to code
...
Customization
INFO
Check everything about the customization mechanics in the "How it works" documentation.
CSS Variable | Type | Description |
---|---|---|
--z-action-menu--heading-color | color | |
--z-action-menu--color | color | |
--z-action-menu--color--hover | color | |
--z-action-menu--bg | color | |
--z-action-menu--bg--hover | color | |
--z-action-menu--radius | distance | |
--z-action-menu--shadow | shadow |
Accessibility
...