react-bootstrap-checkbox
v0.0.1
Published
[![NPM version][npm-badge]][npm] [![Build Status][travis-ci-image]][travis-ci-url]
Downloads
41
Maintainers
Readme
ReactComponent
Online demo: http://luqin.github.io/ReactComponent
Features
Installation
npm install ReactComponent --save
Usage
import ReactComponent from 'ReactComponent';
<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.