Bootstrap 4bootstrap components built with Reactreact.
!Codecovcodecov-badgecodecov !Discorddiscord-badgediscord !Thinkfulthinkful-badgethinkful
To find the documentation for the latest Bootstrap 3 compatible release, go here.
From there you can:
!Codecovcodecov-badgecodecov !Discorddiscord-badgediscord !Thinkfulthinkful-badgethinkful
Docs
See the documentationdocumentation with live editable examples and API documention.To find the documentation for the latest Bootstrap 3 compatible release, go here.
Migrating from Bootstrap 3 to Bootstrap 4
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.Related modules
- react-router-bootstrapreact-router-bootstrap – Integration with React Routerreact-router
- Awesome React Bootstrap Componentsawesome-react-bootstrap-components - Additional components like off-canvas navbar, switch and sliders.
Local setup
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 runyarn 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