rc-switch

WebJar for rc-switch

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

rc-switch
Последняя версия

Последняя версия

3.2.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

rc-switch
WebJar for rc-switch
Ссылка на сайт

Ссылка на сайт

https://www.webjars.org
Система контроля версий

Система контроля версий

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

Скачать rc-switch

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
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)

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
3.2.2
3.2.0
1.9.0
1.7.0
1.6.0
1.5.2
1.4.2