Selection List
Overview
Usage
Examples
API
A selection list shows a set of options as an always-visible list the user can select from — or, in action mode, a list of buttons that run a command. RhombusKit's <rhombus-selection-list> wraps Material's <mat-selection-list> (an ARIA listbox) and <mat-action-list>, routing every colour through the token contract.
Example
Toppings
When to use
- For multi-select from a visible list where every option should be on screen at once (no dropdown).
- For a single-select list that stays expanded, when a Radio group's styling doesn't fit.
- In action mode, for a menu-like column of commands (edit, duplicate, delete) that aren't navigation.
When not to use
Related components
Was this page helpful?