From 7d8be94a01e1498a07093caba361f74c827560cc Mon Sep 17 00:00:00 2001 From: Piros <72915404+Hidde-Heijnen@users.noreply.github.com> Date: Sat, 20 May 2023 07:58:25 +0200 Subject: [PATCH] docs(www): update react-hook-form.mdx (#378) Co-authored-by: shadcn --- apps/www/content/docs/forms/react-hook-form.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/content/docs/forms/react-hook-form.mdx b/apps/www/content/docs/forms/react-hook-form.mdx index 5d052411d2..d5d8823368 100644 --- a/apps/www/content/docs/forms/react-hook-form.mdx +++ b/apps/www/content/docs/forms/react-hook-form.mdx @@ -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 `
` component to your app.