react-loose-forms.bootstrap3

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

Usage no npm install needed!

<script type="module">
  import reactLooseFormsBootstrap3 from 'https://cdn.skypack.dev/react-loose-forms.bootstrap3';
</script>

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