Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 472 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 472 Bytes

React Form

Easy to use react forms

Made for Meteor, but works without it too.

This was inspired by aldeed:autoform.

Installation

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.