Getting Started
Foundations
Components
#Installation
npx @dinachi/cli@latest add fieldset#Usage
tsx
import { Fieldset, FieldsetLegend } from "@/components/ui/fieldset"#Examples
Default Fieldset
A basic fieldset with form fields
Fieldset with Multiple Groups
Multiple fieldsets for organizing form sections
#API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| children | React.ReactNode | — | Field controls and optional descriptive content. |
| disabled | boolean | false | Disables the grouped form controls when supported by child controls. |
| FieldsetLegend.children | React.ReactNode | — | Accessible label for the grouped controls. |