react-bootstrap
Bootstrap 5 components built with React

react-bootstrap downloads react-bootstrap version react-bootstrap license

react-bootstrap類似パッケージ:
npmのダウンロードトレンド
3 年
🌟 react-bootstrapのREADME.mdにリアルタイム使用チャートを表示するには、以下のコードをコピーしてください。
## Usage Trend
[![Usage Trend of react-bootstrap](https://npm-compare.com/img/npm-trend/THREE_YEARS/react-bootstrap.png)](https://npm-compare.com/react-bootstrap#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
🌟 react-bootstrapのREADME.mdにGitHub Starsトレンドチャートを表示するには、以下のコードをコピーしてください。
## GitHub Stars Trend
[![GitHub Stars Trend of react-bootstrap](https://npm-compare.com/img/github-trend/react-bootstrap.png)](https://npm-compare.com/react-bootstrap)
統計詳細
パッケージ
ダウンロード数
Stars
サイズ
Issues
公開日時
ライセンス
react-bootstrap1,342,67022,6161.48 MB2056ヶ月前MIT
react-bootstrap のREADME

React-Bootstrap

Bootstrap 5 components built with React.

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

Bootstrap compatibility

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 |

Migrating from previous versions

Bootstrap 4 to Bootstrap 5

If you would like to update React-Bootstrap within an existing project to use Bootstrap 5, please read our docs for migrating to React-Bootstrap V2.

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.