Field
Combine labels, controls, and help text to compose accessible form fields and grouped inputs.
We'll never share your email.
Installation
pnpm dlx shadcn@latest add fieldUsage
import { Field, FieldDescription, FieldLabel } from "@/components/ui/field";
import { Input } from "@/components/ui/input";Combine labels, controls, and help text to compose accessible form fields and grouped inputs.