Components
Fieldset
Fieldset — a labelled wrapper that groups related fields into one section of a form, such as guest details or payment. Give it a `legend` for the section heading and an optional `label` caption to explain what the group is for, then pass the fields as children; it lays them out in a tidy vertical stack. Reach for it whenever a form has more than a handful of inputs and benefits from being read in chunks — it is structure, not a control, so it holds inputs but never carries a value of its own. Keep the legend to a short noun phrase and the caption to a single helpful line.