You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Julian Steinwachs
c2cf8a0177
|
10 years ago | |
---|---|---|
.. | ||
amd | 10 years ago | |
dist | 10 years ago | |
ie8 | 10 years ago | |
lib | 10 years ago | |
node_modules/classnames | 10 years ago | |
src | 10 years ago | |
webpack | 10 years ago | |
.ackrc | 10 years ago | |
.editorconfig | 10 years ago | |
.eslintrc | 10 years ago | |
.npmignore | 10 years ago | |
CHANGELOG.md | 10 years ago | |
CONTRIBUTING.md | 10 years ago | |
LICENSE | 10 years ago | |
README.md | 10 years ago | |
appveyor.yml.tmp | 10 years ago | |
package.json | 10 years ago | |
register-babel.js | 10 years ago | |
run-babel | 10 years ago | |
webpack.config.js | 10 years ago | |
webpack.docs.js | 10 years ago |
README.md
react-bootstrap
Bootstrap 3 components built with React
Under active development - APIs will change.
Docs
See the documentation with live editable examples.
Authors
and many contributors
Related modules
- react-router-bootstrap - Integration with react-router.
Local Setup
- Install the dependencies with
npm install
- Run tests
npm test
- Run tests in watch mode
npm run test-watch
- Run the docs site in development mode with
npm run docs
. This will watch for file changes as you work. Simply refresh the page to see the updates. - Build with
npm run build
Contributions
Yes please! See the contributing guidelines for details.