react-hook-form-zod-shadcn

Installation
SKILL.md

React Hook Form + Zod + shadcn/ui

Quick start

npm install react-hook-form@7.71.1 zod@4.3.6 @hookform/resolvers@5.2.2

Always add 'use client' at the top of form component files.

"use client";

import { useForm } from "react-hook-form";
// ... other imports
Installs
24
First Seen
Feb 9, 2026