Dinachi

Fieldset

A grouping container for related form controls with an accessible legend.

#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

Personal Information

Fieldset with Multiple Groups

Multiple fieldsets for organizing form sections

Account Details
Address

#API Reference

PropTypeDefaultDescription
childrenReact.ReactNodeField controls and optional descriptive content.
disabledbooleanfalseDisables the grouped form controls when supported by child controls.
FieldsetLegend.childrenReact.ReactNodeAccessible label for the grouped controls.