React Hook Form + Chakra UI Form input
This project shows how to bind chakra-ui input components to react-hook-form using the Controller component and the control prop
- Clone the repo
- Run
yarn install
in the root directory - Run
yarn dev
in the root directory - Go to
localhost:3000
in your browser - That's it!