Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Bootstrap components built with React
JavaScript CSS TypeScript
Branch: master
Clone or download
dependabot-preview chore(deps-dev): bump eslint from 6.4.0 to 6.5.1
Bumps [eslint](https://github.com/eslint/eslint) from 6.4.0 to 6.5.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](eslint/eslint@v6.4.0...v6.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Latest commit 4bef560 Oct 1, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github ci: added GitHub Action workflow for CI (#4324) Aug 28, 2019
src fix: navbar toggle correct 'collapsed' className when collapsed (#4412) Sep 5, 2019
test fix: navbar toggle correct 'collapsed' className when collapsed (#4412) Sep 5, 2019
tools more Aug 20, 2019
types fix typings for Components passing props to other component (#4524) Sep 30, 2019
www Merge pull request #4546 from jacruzca/copy-import-statement Sep 30, 2019
.babelrc.js chore: use cherry-pick to build esm/cjs (#4269) Aug 19, 2019
.editorconfig [changed] Source to ES6 using Babel and Webpack Mar 25, 2015
.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 chore: added missing changelogs (#4330) Aug 24, 2019
CONTRIBUTING.md chore: update contributing Jul 9, 2019
LICENSE Update LICENSE Jan 4, 2017
MAINTAINING.md Drop team link (it's members-only) [ci skip] Dec 8, 2016
README.md ci: added GitHub Action workflow for CI (#4324) Aug 28, 2019
codecov.yml Switch to Codecov Aug 4, 2016
karma.conf.js ci: added GitHub Action workflow for CI (#4324) Aug 28, 2019
package.json Move @types/react to dependencies (#4531) Sep 27, 2019
yarn.lock chore(deps-dev): bump eslint from 6.4.0 to 6.5.1 Oct 2, 2019

README.md

React-Bootstrap

Bootstrap 4 components built with React.

GitHub Actions Build 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.