Components

Filter

Filter — a compact row of buttons for narrowing a list to one facet at a time: a room type, a rate plan, a reservation status. It renders as a radio group, so only one option is ever active, and a reset control appears once a choice is made to clear back to "all". Use it above a results list where the choices are few and worth showing at a glance; reach for a Select when the options are many or space is tight. Leave it uncontrolled to let it track its own selection, or pass `value` and `onChange` to drive it from state. Every option is a real labelled radio, so it is keyboard- and screen-reader-friendly.