react-rcswitch
switch ui component for react
Screenshots
Feature
- support ie8,ie8+,chrome,firefox,safari
install
Usage
var Switch = ;var React = ;React;
API
props
name | type | default | description |
---|---|---|---|
prefixCls | String | rc-switch | |
className | String | '' | additional class name of root node |
checked | boolean | false | whether switch is checked |
defaultChecked | boolean | false | whether switch is checked on init |
onChange | Function | called when switch is checked or unchecked |
Development
npm install
npm start
Example
http://localhost:8001/examples/
Test Case
http://localhost:8001/tests/runner.html?coverage
License
react-rcswitch is released under the MIT license.
rc-switch
switch ui component for react
Screenshots
Feature
- support ie8,ie8+,chrome,firefox,safari
install
Usage
var Switch = ;var React = ;React;
API
props
name | type | default | description |
---|---|---|---|
prefixCls | String | rc-switch | |
className | String | '' | additional class name of root node |
checked | boolean | false | whether switch is checked |
defaultChecked | boolean | false | whether switch is checked on init |
onChange | Function | called when switch is checked or unchecked |
Development
npm install
npm start
Example
http://localhost:8001/examples/
Test Case
http://localhost:8001/tests/runner.html?coverage
License
react-rcswitch is released under the MIT license.