Fieldset
A native fieldset element with an easily stylable legend.
API reference
Import the component and assemble its parts:
Anatomy
import { Fieldset } from '@base-ui-components/react/fieldset';
<Fieldset.Root> <Fieldset.Legend /></Fieldset.Root>
Root
Groups the fieldset legend and the associated fields.
Renders a <fieldset>
element.
Prop | Type | Default | |
---|---|---|---|
className |
|
| |
render |
|
|
Legend
An accessible label that is automatically associated with the fieldset.
Renders a <div>
element.
Prop | Type | Default | |
---|---|---|---|
className |
|
| |
render |
|
|