react-loose-forms.bootstrap3
v1.7.12
Published
layouts and inputs that work with react-loose-forms and bootstrap3
Downloads
23
Readme
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