Back to Component Browser
Fieldset
Quartzlib/quartz/components/Fieldset/index.ts
Preview
Import
import { Fieldset } from '@/lib/quartz';Props (3)
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| children | ReactNode | required | — | The content of the `<fieldset>`. Render a `<Legend>` as the first child, followed by a series of grouped form controls (like radios or checkboxes). |
| ref | Ref<HTMLFieldSetElement> | optional | — | Allows getting a ref to the component instance.... |
| key | Key | optional | — | — |
Usage
Not used in any projects yet.