Factory for Good

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 field

Usage

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.

On this page