npm.io
1.7.12 • Published 9 years ago

react-loose-forms.bootstrap3

Licence
MIT
Version
1.7.12
Deps
5
Vulns
6
Weekly
0
Stars
1

react-loose-forms.bootstrap3

layouts and inputs that work with react-loose-forms and bootstrap3

Inputs

Check out the inputs directory to see what's available.

Layouts

Check out the layouts directory to see what's available.

Installing

$ npm install --save react-loose-forms.bootstrap3

Then put this somewhere at the root of your project, before you mount your react app to the page.

require("react-loose-forms.bootstrap3").install(require("react-loose-forms/InputTypes"));

What that does is call InputTypes.setInputType for all the input types in this projects inputs folder.

FYI

This project follows semantic versioning for releases.

License

MIT