Merge pull request #238 from mbrookes/patch-1

Add formsy-material-ui
This commit is contained in:
Dmitry Semigradsky 2015-10-15 11:51:08 +03:00
commit 13615e82e4
1 changed files with 2 additions and 1 deletions

View File

@ -124,7 +124,8 @@ This code results in a form with a submit button that will run the `submit` meth
The form element component is what gives the form validation functionality to whatever you want to put inside this wrapper. You do not have to use traditional inputs, it can be anything you want and the value of the form element can also be anything you want. As you can see it is very flexible, you just have a small API to help you identify the state of the component and set its value.
## Related projects
- [formsy-react-components](https://github.com/twisty/formsy-react-components) - A set of React JS components for use in a formsy-react form
- [formsy-material-ui](https://github.com/mbrookes/formsy-material-ui) - A formsy-react compatibility wrapper for [Material-UI](http://material-ui.com/) form components.
- [formsy-react-components](https://github.com/twisty/formsy-react-components) - A set of React JS components for use in a formsy-react form.
- ...
- Send PR for adding your project to this list!