Fieldset
A semantic grouping wrapper for related form fields. Renders as a styled div (rather than the native fieldset element, which has finicky default styling).
Shipping address
Where your order should be delivered.
Anatomy
- Fieldset — Outer container.
- FieldsetLegend — Group title.
- FieldsetDescription — Helper text under the legend.
Each element accepts the standard HTML attributes for its tag, except className and style.
Installation