jthomaschewski / react-hook-form-mui

Material-UI form components ready to use with react-hook-form

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About this project

This project simplifies the use of react-form-hook and Material-UI. It provides opinionated use cases with following components:

  • FormContainer
  • TextFieldElement
  • SelectElement
  • MultiSelectElement
  • RadioButtonGroup
  • CheckboxButtonGroup
  • CheckboxElement
  • DatePickerElement
  • PasswordElement

The components are written in TypeScript and attempt an easy integration.

How to use it

Check out Storybook: Demo

You will find examples and use cases.

Build

This project uses microbundle for bundling. It uses React.lazy under the hood to lazy load the components.

License

MIT

About

Material-UI form components ready to use with react-hook-form

License:MIT License


Languages

Language:TypeScript 98.8%Language:HTML 0.8%Language:JavaScript 0.4%