twister-react/node_modules/react-bootstrap
2015-05-17 19:08:10 +02:00
..
amd cache is now automatically trimmed by 2 weeks 2015-05-17 19:08:10 +02:00
dist cache is now automatically trimmed by 2 weeks 2015-05-17 19:08:10 +02:00
ie8 cache is now automatically trimmed by 2 weeks 2015-05-17 19:08:10 +02:00
lib cache is now automatically trimmed by 2 weeks 2015-05-17 19:08:10 +02:00
node_modules/classnames cache is now automatically trimmed by 2 weeks 2015-05-17 19:08:10 +02:00
src cache is now automatically trimmed by 2 weeks 2015-05-17 19:08:10 +02:00
webpack cache is now automatically trimmed by 2 weeks 2015-05-17 19:08:10 +02:00
.ackrc cache is now automatically trimmed by 2 weeks 2015-05-17 19:08:10 +02:00
.editorconfig cache is now automatically trimmed by 2 weeks 2015-05-17 19:08:10 +02:00
.eslintrc cache is now automatically trimmed by 2 weeks 2015-05-17 19:08:10 +02:00
.npmignore cache is now automatically trimmed by 2 weeks 2015-05-17 19:08:10 +02:00
appveyor.yml.tmp cache is now automatically trimmed by 2 weeks 2015-05-17 19:08:10 +02:00
CHANGELOG.md cache is now automatically trimmed by 2 weeks 2015-05-17 19:08:10 +02:00
CONTRIBUTING.md cache is now automatically trimmed by 2 weeks 2015-05-17 19:08:10 +02:00
LICENSE cache is now automatically trimmed by 2 weeks 2015-05-17 19:08:10 +02:00
package.json cache is now automatically trimmed by 2 weeks 2015-05-17 19:08:10 +02:00
README.md cache is now automatically trimmed by 2 weeks 2015-05-17 19:08:10 +02:00
register-babel.js cache is now automatically trimmed by 2 weeks 2015-05-17 19:08:10 +02:00
run-babel added react-router and react-bootstrap 2015-04-21 19:38:17 +02:00
webpack.config.js cache is now automatically trimmed by 2 weeks 2015-05-17 19:08:10 +02:00
webpack.docs.js cache is now automatically trimmed by 2 weeks 2015-05-17 19:08:10 +02:00

react-bootstrap

Bootstrap 3 components built with React

Travis Build Status NPM version Bower version HuBoard Gitter

Dependency Status devDependency Status peerDependency Status

Under active development - APIs will change.

Docs

See the documentation with live editable examples.

Authors

and many contributors

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.