docs(www): @hookform/resolvers installation missing (#1257)

Co-authored-by: shadcn <m@shadcn.com>
This commit is contained in:
Edgaras Benediktavicius
2023-08-17 12:43:32 +03:00
committed by GitHub
parent 646f715388
commit 7a1f80af2c

View File

@@ -100,7 +100,7 @@ npx shadcn-ui@latest add form
<Step>Install the following dependencies:</Step>
```bash
npm install @radix-ui/react-label @radix-ui/react-slot react-hook-form
npm install @radix-ui/react-label @radix-ui/react-slot react-hook-form @hookform/resolvers zod
```
<Step>Copy and paste the following code into your project.</Step>