Skip to content

fernandobelotto/chakra_ui_form

Repository files navigation

chakra_ui_form

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

Screenshots

image

image

Usage

  1. Clone the repo
  2. Run yarn install in the root directory
  3. Run yarn dev in the root directory
  4. Go to localhost:3000 in your browser
  5. That's it!