Skip to content
Bootstrap components built with React
JavaScript CSS TypeScript
Branch: master
Clone or download

Latest commit

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github chore: Use Codecov action (#5093) Apr 5, 2020
src fix: consider margins in Popper calculations (#5112) Apr 20, 2020
test #5111 Set flip to true if placement is auto in OverlayTrigger.js (#5113) Apr 15, 2020
tools chore(deps): update dependency prettier to v2 (#5058) Mar 22, 2020
types types(Form): added Switch (#5139) Apr 24, 2020
www Update modal.js Apr 22, 2020
.babelrc.js chore: use cherry-pick to build esm/cjs (#4269) Aug 19, 2019
.editorconfig Https link to EditorConfig.org Oct 21, 2019
.eslintignore fix(types): type clean up for eventKey and removal of some unneeded t… Jul 9, 2019
.eslintrc fix: ran prettier to fix CI (#3678) Apr 19, 2019
.gitattributes ci: added GitHub Action workflow for CI (#4324) Aug 28, 2019
.gitignore chore(build): clean up build tooling Jan 25, 2019
.nvmrc ci: fixed Netlify deployment (#3973) Jul 1, 2019
.travis.yml ci: added GitHub Action workflow for CI (#4324) Aug 28, 2019
CHANGELOG-pre1.md chore(build): add conventional changelog Jan 25, 2019
CHANGELOG.md Publish v1.0.1 Apr 22, 2020
CONTRIBUTING.md Spelling/grammar/formatting fixes for CONTRIBUTING Nov 5, 2019
LICENSE Update LICENSE Jan 4, 2017
MAINTAINING.md Drop team link (it's members-only) [ci skip] Dec 8, 2016
README.md chore: Use Codecov action (#5093) Apr 5, 2020
codecov.yml Switch to Codecov Aug 4, 2016
karma.conf.js chore(deps): update dependency prettier to v2 (#5058) Mar 22, 2020
package.json Publish v1.0.1 Apr 22, 2020
renovate.json chore: Use shared Renovate config (#4854) Nov 25, 2019
yarn.lock fix: consider margins in Popper calculations (#5112) Apr 20, 2020

README.md

React-Bootstrap

Bootstrap 4 components built with React.

GitHub Actions CI status Travis CI Build status npm Codecov Discord Netlify

Docs

See the documentation 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

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 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 with yarn 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

CodeSandbox Examples

Click here to explore some React-Bootstrap CodeSandbox examples.

Click here to automatically open CodeSandbox with the React-Bootstrap CodeSandbox Examples GitHub Repository as a workspace.

Contributions

Yes please! See the contributing guidelines for details.

You can’t perform that action at this time.