Field
Structured form field with label, description, and error message.
Usage
tsx
import { Field } from "@/components/ui/field";
<Field orientation="vertical">...</Field>Field Controls
orientation
Examples
Vertical Layout
Enter your full name.
With Error
Please enter a valid email address.
Horizontal Layout
Installation
Install
$ pnpm dlx shadcn@latest add @perimeter/field