Back to Component Browser

Fieldset

Quartz

lib/quartz/components/Fieldset/index.ts

Preview
Group Label

Import

import { Fieldset } from '@/lib/quartz';

Props (3)

NameTypeRequiredDefaultDescription
childrenReactNoderequiredThe content of the `<fieldset>`. Render a `<Legend>` as the first child, followed by a series of grouped form controls (like radios or checkboxes).
refRef<HTMLFieldSetElement>optionalAllows getting a ref to the component instance....
keyKeyoptional

Usage

Not used in any projects yet.