Bootstrap 3 components built with React
Under active development - APIs will change.
See the documentation with live editable examples.
and many contributors
- react-router-bootstrap - Integration with react-router.
- Install the dependencies with
npm install
- Run tests
npm test
- Run tests in watch mode
npm run test-watch
- Run the docs site in development mode with
npm run docs
. This will watch for file changes as you work. Simply refresh the page to see the updates. - Build with
npm run build
Yes please! See the contributing guidelines for details.