edbnedbn/ui
ComponentsMapsPDF
GitHub stars
Explorer
Get Started
Components

Fieldset

Semantic form grouping with accessible legend for related fields.

Componentsdocsbase-ui/fieldset

Installation

npx shadcn@latest add https://ui.edbn.me/api/analytics/registry/fieldset.json

Manual

API Reference

Root

Groups a shared legend with related controls. Renders a fieldset element.

classNamestring | function

CSS class name

renderReactElement | function

Custom render function

Legend

An accessible label for the fieldset. Renders a div element.

classNamestring | function

CSS class name

renderReactElement | function

Custom render function