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
string—Text displayed as the fieldset legend, providing an accessible group label.
disabledbooleanfalseWhen true, disables all form controls within the fieldset.
classNamestring—Additional CSS classes to apply to the fieldset element.
children
required
React.ReactNode—The form fields and content grouped by this fieldset.