4.1.0 • Published 2 years ago
rc-switch v4.1.0
rc-switch
Switch ui component for react.
Install
Usage
import Switch from 'rc-switch';
export default () => <Switch />;
Compatibility
IE / Edge | Firefox | Chrome | Safari | Electron |
---|---|---|---|---|
IE11, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
API
Property | 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(checked, event) | called when switch is checked or unchecked | |
tabIndex | number | tab-index of switch node | |
onClick | Function(checked, event) | called when switch is clicked | |
autoFocus | boolean | get focus when mounts | |
disabled | boolean | false | whether switch is disabled |
loadingIcon | React.ReactNode | specific the extra node. generally used in loading icon. |
Development
npm install
npm start
Online demo: http://react-component.github.io/switch/
License
rc-switch is released under the MIT license.
4.1.0
2 years ago
4.0.0-alpha.0
3 years ago
4.0.0
3 years ago
1.9.2
5 years ago
1.9.1
5 years ago
3.2.2
5 years ago
3.2.1
5 years ago
3.2.0
5 years ago
3.0.2
5 years ago
3.1.0
5 years ago
3.0.1
5 years ago
3.0.0
5 years ago
2.0.0
5 years ago
1.9.0
7 years ago
1.8.0
7 years ago
1.7.0
7 years ago
1.6.0
8 years ago
1.5.3
8 years ago
1.5.2
8 years ago
1.5.1
8 years ago
1.4.4
8 years ago
1.4.3
9 years ago
1.4.2
9 years ago
1.4.1
9 years ago
1.4.0
9 years ago
1.3.3
9 years ago
1.3.2
10 years ago
1.2.2
10 years ago
1.3.1
10 years ago
1.3.0
10 years ago
1.2.1
10 years ago
1.2.0
10 years ago
1.1.0
10 years ago
1.0.0
10 years ago