mirror of
https://github.com/twisterarmy/twister-react.git
synced 2025-01-11 15:38:00 +00:00
.. | ||
amd | ||
dist | ||
ie8 | ||
lib | ||
node_modules/classnames | ||
src | ||
webpack | ||
.ackrc | ||
.editorconfig | ||
.eslintrc | ||
.npmignore | ||
appveyor.yml.tmp | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
package.json | ||
README.md | ||
register-babel.js | ||
run-babel | ||
webpack.config.js | ||
webpack.docs.js |
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.