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.