Easy to use react forms
Made for Meteor, but works without it too.
This was inspired by aldeed:autoform.
Install the base and the material-ui packages
npm install --save simple-react-form simple-react-form-material-ui
Register the material-ui components, just once.
import 'simple-react-form-material-ui';
Go to the docs folder to continue.