Update README.md

This commit is contained in:
Dmitry Semigradsky 2015-05-12 12:50:04 +03:00
parent c9078b69c2
commit 538003698c
1 changed files with 5 additions and 0 deletions

View File

@ -113,6 +113,11 @@ 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
- ...
- Send PR for adding your project to this list!
## Contribute
- Fork repo
- `npm install`