Preview
Usage
FormSection usage<FormSection legend="Notifications"><Field label="Email" name="email" /></FormSection>API
FormSection APIFormSectionProps
A labelled group of Fields: a real `<fieldset>/<legend>` (the grouping semantics long forms need — AT announces the legend with each control) with the UA chrome reset and the kit's form rhythm. RadioGroup carries its own fieldset for one decision; FormSection groups SEVERAL Fields ("Notifications", "Danger zone"). Zero JS.
| prop | type | notes |
|---|---|---|
| legend | string | The group name — a real `<legend>`, announced with each control. |
| hint? | string | Quiet context line under the legend. |
| children? | RemixNode | |
| mix? | MixInput |