- Notifications
You must be signed in to change notification settings - Fork3.6k
Bootstrap components built with React
License
react-bootstrap/react-bootstrap
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Bootstrap 5 components built withReact.
React-Bootstrap is compatible with various versions of Bootstrap. As such, you need to ensure you are using the correct combination of versions.
See the below table on which version of React-Bootstrap you should be using in your project.
Bootstrap Version | React-Bootstrap Version | Documentation |
---|---|---|
v5.x | 2.x | Link |
v4.x | 1.x (not maintained) | Link |
v3.x | 0.33.x (not maintained) | Link |
If you would like to update React-Bootstrap within an existing project to use Bootstrap 5, please read our docs formigrating to React-Bootstrap V2.
If you would like to update React-Bootstrap within an existing project to use Bootstrap 4, please read our docs formigrating to React-Bootstrap V1.
- react-router-bootstrap – Integration withReact Router
- Awesome React Bootstrap Components - Additional components like off-canvas navbar, switch and sliders.
Yarn is our package manager of choice here. Check out setupinstructionshere 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
Click here to explore some React-BootstrapCodeSandbox examples.
Click here to automatically openCodeSandbox with the React-BootstrapCodeSandbox Examples GitHub Repository as a workspace.
Yes please! See thecontributing guidelines for details.
About
Bootstrap components built with React
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.