tsimport {DropdownMenu} from '@astryxdesign/core/DropdownMenu'
| Guidance | Practices |
|---|---|
| Do | Keep menu items concise and action-oriented so users can scan options quickly. |
| Do | Use sections and dividers to group related actions when the menu has many items. |
| Don't | Use a DropdownMenu for navigation; use a navigation component instead. |
| Don't | Place more than 10–12 items in a single menu without grouping them into sections. |