Field
Field is a Chord form component built from Base UI primitives and project tokens.
Field
We'll never share your email.
import { Field } from "@/components/public/Field";<Field.Root> <Field.Label>Email</Field.Label> <Field.Control type="email" required placeholder="you@example.com" /> <Field.Description>We'll never share your email.</Field.Description> <Field.Error>Please enter a valid email address.</Field.Error></Field.Root>