logo

FUSE

DOCS

PurchaseBack to the Dashboard

React Hook Form

Reference

Performant, flexible and extensible forms with easy to use validation.


Example usage with Material-UI elements and form validation

Native Input:

MUI Checkbox

Radio Group

MUI Select

MUI Switch

Autocomplete

DateTimePicker

Is Valid: false

Form data

{
  "Native": "",
  "TextField": "",
  "Select": "",
  "Autocomplete": [],
  "Checkbox": false,
  "Switch": false,
  "RadioGroup": "",
  "DateTimePicker": ""
}

Touched fields

{}

Render Count: 7

Examples

  • src/app/(control-panel)/sign-in/SignInPage.tsx
  • src/app/(control-panel)/sign-up/SignUpPage.tsx
  • .
  • .
  • .