Skip to content

gianiaz/switch

 
 

Repository files navigation

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.

About

React Switch

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 64.5%
  • CSS 35.4%
  • HTML 0.1%