react-bootstrap
Version:
Bootstrap 3 components build with React
36 lines (20 loc) • 1.61 kB
Markdown
# react-bootstrap
[Bootstrap 3](http://getbootstrap.com) components built with [React](http://facebook.github.io/react/)
[](https://travis-ci.org/react-bootstrap/react-bootstrap) [](http://badge.fury.io/js/react-bootstrap) [](http://badge.fury.io/bo/react-bootstrap) [](https://gitter.im/react-bootstrap/react-bootstrap?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Under active development - APIs will change.
## Docs
A [docs site](http://react-bootstrap.github.io) with live editable examples is a work in progress
### Bootstrap Version
Currently supports v3.2.0, but v3.3+ support is coming soon.
## Authors
- [Stephen J. Collings](https://github.com/stevoland)
- [Pieter Vanderwerff](https://github.com/pieterv)
and many [contributors](https://github.com/react-bootstrap/react-bootstrap/graphs/contributors)
## Related modules
- [react-router-bootstrap](https://github.com/mtscout6/react-router-bootstrap) - Integration with [react-router](https://github.com/rackt/react-router).
## Contributions
Yes please!
- Run `npm install`, `npm run test-watch` to run tests while you develop (however this hides any build errors, you can see these with `grunt build`)
- Add tests for any new or changed functionality
- See [issues](https://github.com/stevoland/react-bootstrap/issues) for some ideas
- Follow existing style