Fieldset
A high-quality, unstyled React fieldset component with an easily stylable legend.
A native fieldset element with an easily stylable legend.
Anatomy
Import the component and assemble its parts:
import { Fieldset } from '@base-ui/react/fieldset';
<Fieldset.Root>
<Fieldset.Legend />
</Fieldset.Root>;API reference
API Documentation for Fieldset not found.