Form

Building forms with React Hook Form and Zod validation.

Preview

Form Component
Use with react-hook-form and zod for full form validation.

Installation

Install the package using your preferred package manager:

npx shadcn@latest add @airy/form

Usage

Import the component from the package:

import { Form } from "@/registry/ui/form"

Then use it in your application:

<Form />

Examples

Default

Form Component
Use with react-hook-form and zod for full form validation.