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).

Personal Info

These details appear on your profile.

Anatomy

  • Fieldset — Outer container.
  • FieldsetLegend — Group title.
  • FieldsetDescription — Helper text under the legend.

Each element accepts className and any standard HTML attributes for its tag.

Installation