Components
Select
Select — a dropdown for choosing one value from a fixed set of options (an arrival window, a room type, a status). Use it when the options are known and mutually exclusive and there are more than a couple of them; for two or three choices consider radios, and for many searchable options a typeahead. Pass `options` as strings or `{value, label}` pairs and a `placeholder` for the empty prompt, and set `invalid` to show the error state. Pair it with a form field for the label and error surface.