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. |