Select
Overview
Usage
Examples
API
A select lets the user pick from a list of options in a compact dropdown. RhombusKit's <rhombus-select> wraps Material's <mat-select> in the same form-field shell as input and textarea, and routes its colour through the token contract so it re-skins with the active theme.
Example
When to use
- Reach for a select when there are more options than fit comfortably as radios (roughly five or more), or when vertical space is tight.
- When you need grouped options under headings, or multi-select from a compact trigger.
When not to use
Related components
Was this page helpful?