Skip to content

Commit

Permalink
docs(www): @hookform/resolvers installation missing (#1257)
Browse files Browse the repository at this point in the history
Co-authored-by: shadcn <[email protected]>
  • Loading branch information
edgarasben and shadcn authored Aug 17, 2023
1 parent 646f715 commit 7a1f80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/content/docs/components/form.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

1 comment on commit 7a1f80a

@vercel
Copy link

@vercel vercel bot commented on 7a1f80a Aug 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./apps/www

ui-shadcn-pro.vercel.app
ui.shadcn.com
example-playground.vercel.app
ui-git-main-shadcn-pro.vercel.app

Please sign in to comment.