Skip to content
Form Patterns

Fieldset

An accessible fieldset wrapper with a visible legend label. Groups related form fields together with semantic HTML.

Personal Information

Import

import { Fieldset } from "@mikenotthepope/substrateui"

Disabled Fieldset

Account Details

API Reference

PropTypeDefaultDescription
legend
required
stringText displayed as the fieldset legend, providing an accessible group label.
disabledbooleanfalseWhen true, disables all form controls within the fieldset.
classNamestringAdditional CSS classes to apply to the fieldset element.
children
required
React.ReactNodeThe form fields and content grouped by this fieldset.