From 7a1f80af2c2cd2cd4247bad3a58de4f5158b6a8d Mon Sep 17 00:00:00 2001 From: Edgaras Benediktavicius <725324+edgarasben@users.noreply.github.com> Date: Thu, 17 Aug 2023 12:43:32 +0300 Subject: [PATCH] docs(www): @hookform/resolvers installation missing (#1257) Co-authored-by: shadcn --- apps/www/content/docs/components/form.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/content/docs/components/form.mdx b/apps/www/content/docs/components/form.mdx index c5ed3d3a6..3b9b83ecf 100644 --- a/apps/www/content/docs/components/form.mdx +++ b/apps/www/content/docs/components/form.mdx @@ -100,7 +100,7 @@ npx shadcn-ui@latest add form Install the following dependencies: ```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 ``` Copy and paste the following code into your project.