cerebral-legacy / cerebral-module-forms

Form handling for Cerebral
http://cerebral-website.herokuapp.com/documentation/cerebral-module-forms
MIT License
12 stars 5 forks source link

cerebral-module-forms

Form module for Cerebral 1.x

For Cerebral 2 you can use @cerebral/forms.

How to use

Go to http://cerebral-website.herokuapp.com/documentation/cerebral-module-forms

Contribute

  1. Clone repo
  2. npm install
  3. npm test to run tests

Try the demo

  1. cd demo
  2. npm install
  3. npm start
  4. Go to localhost:3000