MoreMenu is a three-dot button that opens a list of actions. Use it for secondary actions that don't need to be always visible, like in table rows, card headers, or toolbars.
tsimport {MoreMenu} from '@astryxdesign/core/MoreMenu'
| Guidance | Practices |
|---|---|
| Do | Use for overflow or secondary actions; keep primary actions visible outside the menu. |
| Do | Use dividers or sections to group related actions when the menu has many items. |
| Don't | Hide primary actions inside a MoreMenu; they should be directly visible. |
Basic three-dot overflow menu with simple text-only action items.
A three-dot menu with a divider separating destructive actions from safe ones.
A three-dot menu with actions organized into labeled groups.