ContextMenu
When to use
Right-click context menu that should be used sparingly. Always provide the same actions through visible UI as well.
Guidelines
- Duplicate visible actions: Every action in the context menu must also be available through visible UI.
- Keep it short: 5 to 7 items maximum.
How it works