docs(www): update react-hook-form.mdx (#378)

Co-authored-by: shadcn <m@shadcn.com>
This commit is contained in:
Piros
2023-05-20 07:58:25 +02:00
committed by GitHub
parent a3c904dcc9
commit 7d8be94a01

View File

@@ -76,7 +76,7 @@ const form = useForm()
1. Install the following dependencies:
```sh
npm install react-hook-form zod @hookform/resolvers
npm install react-hook-form zod @hookform/resolvers @radix-ui/react-slot
```
2. Copy and paste the following `<Form />` component to your app.