Skip to content

Latest commit

 

History

History
180 lines (136 loc) · 3.22 KB

README.md

File metadata and controls

180 lines (136 loc) · 3.22 KB

react-rcswitch


switch ui component for react

Screenshots

Feature

  • support ie8,ie8+,chrome,firefox,safari

install

rc-switch

Usage

var Switch = require('react-rcswitch');
var React = require('react');
React.render(<Switch />, container);

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

rc-switch

Usage

var Switch = require('react-rcswitch');
var React = require('react');
React.render(<Switch />, container);

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.