# react-loose-forms.bootstrap3

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

Latest version **1.7.12** (published 2017-05-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-loose-forms.bootstrap3
pnpm add react-loose-forms.bootstrap3
yarn add react-loose-forms.bootstrap3
bun add react-loose-forms.bootstrap3
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.7.12 |
| Published | 2017-05-02 |
| First published | 2015-03-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Known vulnerabilities | 0 (+6 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 1 |
| Author | espeakers |
| Maintainers | espeakers, farskipper, redheadedstep |

## Links

- npm: https://www.npmjs.com/package/react-loose-forms.bootstrap3
- Repository: https://github.com/espeakers/react-loose-forms.bootstrap3
- Issues: https://github.com/espeakers/react-loose-forms.bootstrap3/issues
- npm.io page: https://npm.io/package/react-loose-forms.bootstrap3

## Dependencies (5)

- [lodash](https://npm.io/package/lodash.md) ^3.10.0
- [ucfirst](https://npm.io/package/ucfirst.md) ^1.0.0
- [react-dd](https://npm.io/package/react-dd.md) ^1.0.0
- [dateformat](https://npm.io/package/dateformat.md) ^1.0.11
- [react-hover-mixin](https://npm.io/package/react-hover-mixin.md) ^1.1.1

## Recent versions

- 1.7.12 (latest) — 2017-05-02
- 1.7.11 — 2017-04-13
- 1.7.10 — 2017-03-20
- 1.7.9 — 2017-03-02
- 1.7.8 — 2017-02-16
- 1.7.7 — 2017-02-16
- 1.7.6 — 2017-02-16
- 1.7.5 — 2017-02-16
- 1.7.3 — 2017-01-03
- 1.7.2 — 2017-01-03
- 1.7.1 — 2017-01-02
- 1.7.0 — 2017-01-02
- 1.6.1 — 2016-12-29
- 1.6.0 — 2016-12-29
- 1.5.3 — 2016-12-21
- … 17 more at https://npm.io/package/react-loose-forms.bootstrap3/versions

## README

# react-loose-forms.bootstrap3
layouts and inputs that work with [react-loose-forms](https://github.com/espeakers/react-loose-forms) and bootstrap3

## Inputs
Check out the [inputs](https://github.com/espeakers/react-loose-forms.bootstrap3/tree/master/inputs) directory to see what's available.

## Layouts
Check out the [layouts](https://github.com/espeakers/react-loose-forms.bootstrap3/tree/master/layouts) directory to see what's available.

## Installing
```sh
$ 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.
```js
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](http://semver.org/) for releases.

## License
MIT

---
_Source: https://npm.io/package/react-loose-forms.bootstrap3 · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
