Package Exports
- rc-switch
- rc-switch/assets/index.css
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rc-switch) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
rc-switch
switch ui component for react.
Feature
- support ie8,ie8+,chrome,firefox,safari
install
Usage
import ReactDOM from 'react-dom';
import Switch from 'rc-switch';
ReactDOM.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 | |
tabIndex | number | tab-index of switch node | |
onClick | Function(checked) | called when switch is clicked |
Development
npm install
npm start
Online demo: http://react-component.github.io/switch/examples/
License
rc-switch is released under the MIT license.