tsimport {ContextMenu} from '@astryxdesign/core/ContextMenu'
| Guidance | Practices |
|---|---|
| Do | Keep menu items concise and action-oriented; users expect quick access to contextual actions. |
| Do | Use sections and dividers to group related actions when the menu has many items. |
| Do | Ensure all context menu actions are also accessible via other UI elements for keyboard-only users. |
| Don't | Use a ContextMenu as the only way to access important actions; not all users know to right-click. |
| Don't | Place more than 10–12 items in a single menu without grouping them into sections. |