Park UI

Fieldset

A form container for grouping related controls with accessible labeling.

Contact detailsPlease provide your contact details below.

Installation

Usage

Examples

Disabled

Use the disabled prop to disable the fieldset to disable all input elements within the fieldset.

Contact detailsPlease provide your contact details below.

Invalid

Use the invalid prop to mark the fieldset as invalid, which will display the error text.

Shipping detailsSome fields are invalid. Please check them.
The email has already been taken.

Props

Root

PropDefaultType
asChild
boolean

Use the provided child element as the default rendered element, combining their props and behavior.

invalid
boolean

Indicates whether the fieldset is invalid.