Skip to content

Commit

Permalink
[docs] Link react-hook-form (mui#21886)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffshek authored Jul 23, 2020
1 parent e5235e3 commit 44a679c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/src/pages/components/text-fields/text-fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ In order for the text field to be accessible, **the input should be linked to th

For more advanced use cases you might be able to take advantage of:

- [react-hook-form](https://react-hook-form.com/): React hook for form validation.
- [formik-material-ui](https://github.com/stackworx/formik-material-ui): Bindings for using Material-UI with [formik](https://jaredpalmer.com/formik).
- [redux-form-material-ui](https://github.com/erikras/redux-form-material-ui): Bindings for using Material-UI with [Redux Form](https://redux-form.com/).
- [mui-rff](https://github.com/lookfirst/mui-rff): Bindings for using Material-UI with [React Final Form](https://final-form.org/react).
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ This is a collection of third-party projects that extend Material-UI.

### Form

- [react-hook-form](https://react-hook-form.com/): React hook for form validation.
- [formik-material-ui](https://github.com/stackworx/formik-material-ui): Bindings for using Material-UI with [formik](https://jaredpalmer.com/formik).
- [redux-form-material-ui](https://github.com/erikras/redux-form-material-ui): Bindings for using Material-UI with [Redux Form](https://redux-form.com/).
- [mui-rff](https://github.com/lookfirst/mui-rff): Bindings for using Material-UI with [React Final Form](https://final-form.org/react).
- [data-driven-forms MUI mapper](https://github.com/data-driven-forms/react-forms/tree/master/packages/mui-component-mapper): Bindings for using Material-UI with [Data Driven Forms](https://data-driven-forms.org/).

### Carousel

Expand Down

0 comments on commit 44a679c

Please sign in to comment.