Skip to Content

Fieldset

A styled <fieldset>. disabled disables every form control inside (native behaviour).

Shipping address

Where should we send the order?

import { Fieldset, FormField, TextInput } from '@gg-software/ui'; <Fieldset legend="Shipping address" description="Where should we send the order?"> <FormField label="Street"> <TextInput placeholder="Street and number" /> </FormField> <FormField label="City"> <TextInput placeholder="City" /> </FormField> </Fieldset>

Props

PropTypeDefaultDescription
legendReactNode
descriptionReactNode
disabledboolean
classNamestring
children*ReactNodecontent rendered inside the component

* required · generated from packages/ui/src/input/Fieldset/Fieldset.tsx