twister-react/node_modules/react-bootstrap
2015-04-21 19:38:17 +02:00
..
amd added react-router and react-bootstrap 2015-04-21 19:38:17 +02:00
dist added react-router and react-bootstrap 2015-04-21 19:38:17 +02:00
ie8 added react-router and react-bootstrap 2015-04-21 19:38:17 +02:00
lib added react-router and react-bootstrap 2015-04-21 19:38:17 +02:00
node_modules/classnames added react-router and react-bootstrap 2015-04-21 19:38:17 +02:00
src added react-router and react-bootstrap 2015-04-21 19:38:17 +02:00
webpack added react-router and react-bootstrap 2015-04-21 19:38:17 +02:00
.ackrc added react-router and react-bootstrap 2015-04-21 19:38:17 +02:00
.editorconfig added react-router and react-bootstrap 2015-04-21 19:38:17 +02:00
.eslintrc added react-router and react-bootstrap 2015-04-21 19:38:17 +02:00
.npmignore added react-router and react-bootstrap 2015-04-21 19:38:17 +02:00
appveyor.yml.tmp added react-router and react-bootstrap 2015-04-21 19:38:17 +02:00
CHANGELOG.md added react-router and react-bootstrap 2015-04-21 19:38:17 +02:00
CONTRIBUTING.md added react-router and react-bootstrap 2015-04-21 19:38:17 +02:00
LICENSE added react-router and react-bootstrap 2015-04-21 19:38:17 +02:00
package.json added react-router and react-bootstrap 2015-04-21 19:38:17 +02:00
README.md added react-router and react-bootstrap 2015-04-21 19:38:17 +02:00
register-babel.js added react-router and react-bootstrap 2015-04-21 19:38:17 +02:00
run-babel added react-router and react-bootstrap 2015-04-21 19:38:17 +02:00
webpack.config.js added react-router and react-bootstrap 2015-04-21 19:38:17 +02:00
webpack.docs.js added react-router and react-bootstrap 2015-04-21 19:38:17 +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.