Usage notes
- Use for button-triggered menus with grouped actions.
- Expose common shortcuts to keep flows fast.
- Separate destructive actions with a divider.
Usage notes
- Use for toggling menu-scoped preferences.
- Group related toggles under a label.
- Keep labels short and parallel.
Usage notes
- Use for mutually exclusive options.
- Label the group to explain the setting.
- Default to the most common choice.
Usage notes
- Use for deeper edits that need more space.
- Set `modal={false}` to avoid focus traps.
- Keep dialog content focused on one task.