Dinachi

Fieldset

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

View Source

#Installation

npx @dinachi/cli@latest add fieldset

#Usage

tsx
import { Fieldset, FieldsetLegend } from "@/components/ui/fieldset"

#Examples

#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.