Field
A form field wrapper with label, description, and error states.
Preview
We'll never share your email.
Installation
Install the package using your preferred package manager:
npx shadcn@latest add @airy/fieldUsage
Import the component from the package:
import { Field } from "@/registry/ui/field"Then use it in your application:
<Field />Examples
Default
We'll never share your email.