rc-switch

WebJar for rc-switch

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

rc-switch
Last Version

Last Version

3.2.2
Release Date

Release Date

Type

Type

jar
Description

Description

rc-switch
WebJar for rc-switch
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/react-component/switch

Download rc-switch

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/rc-switch/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>rc-switch</artifactId>
    <version>3.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/rc-switch/
implementation 'org.webjars.npm:rc-switch:3.2.2'
// https://jarcasting.com/artifacts/org.webjars.npm/rc-switch/
implementation ("org.webjars.npm:rc-switch:3.2.2")
'org.webjars.npm:rc-switch:jar:3.2.2'
<dependency org="org.webjars.npm" name="rc-switch" rev="3.2.2">
  <artifact name="rc-switch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='rc-switch', version='3.2.2')
)
libraryDependencies += "org.webjars.npm" % "rc-switch" % "3.2.2"
[org.webjars.npm/rc-switch "3.2.2"]

Dependencies

compile (3)

Group / Artifact Type Version
org.webjars.npm : babel__runtime jar [7.10.1,8)
org.webjars.npm : classnames jar [2.2.1,3)
org.webjars.npm : rc-util jar [5.0.1,6)

Project Modules

There are no modules declared in this project.

rc-switch


Switch ui component for react.

NPM version build status Test coverage Dependencies DevDependencies npm download bundle size

Install

rc-switch

Usage

import Switch from 'rc-switch';

export default () => <Switch />;

Compatibility

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Electron
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/examples/

License

rc-switch is released under the MIT license.

org.webjars.npm

react-component

React components foundation of http://ant.design

Versions

Version
3.2.2
3.2.0
1.9.0
1.7.0
1.6.0
1.5.2
1.4.2