switch ui component for react.
- support ie8,ie8+,chrome,firefox,safari
import ReactDOM from 'react-dom';
import Switch from 'rc-switch';
ReactDOM.render(<Switch />, container);| 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 | |
| tabIndex | number | tab-index of switch node | |
| onClick | Function(checked) | called when switch is clicked |
npm install
npm start
Online demo: http://react-component.github.io/switch/examples/
rc-switch is released under the MIT license.
