Package Exports
- react-bootstrap-datetimerangepicker
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-bootstrap-datetimerangepicker) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-bootstrap-checkbox
Online demo: http://luqin.github.io/react-bootstrap-checkbox
Features
*
Installation
npm install ReactComponent --saveUsage
import ReactComponent from 'react-bootstrap-checkbox';
<ReactComponent />More examples: Online demo, Source
Browser support
- Google Chrome
- Firefox (2+)
- IE (9+)
- Opera (11.6+)
- Safari (6+)
Local Setup
- Install the dependencies with
npm install - Run the docs site in development mode with
npm start. This will watch for file changes as you work. And auto refresh the page to see the updates.