Bootstrap 4 components built with React.
See the documentation with live editable examples and API documention.
To find the documentation for the latest Bootstrap 3 compatible release, go here.
If you would like to update React-Bootstrap within an existing project to use Bootstrap 4, please read our docs for migrating to React-Bootstrap V1.
- react-router-bootstrap – Integration with React Router
- Awesome React Bootstrap Components - Additional components like off-canvas navbar, switch and sliders.
Yarn is our package manager of choice here. Check out setup
instructions here if you don't have it installed already.
After that you can run yarn run bootstrap
to install all the needed dependencies.
From there you can:
- Run the tests once with
yarn test
(Or run them in watch mode withyarn run tdd
). - Start a local copy of the docs site with
yarn start
- Or build a local copy of the library with
yarn run build
Yes please! See the contributing guidelines for details.