No Preview

Sorry, but you either have no stories or none are selected somehow.

If the problem persists, check the browser console, or the terminal you've run Storybook from.

Switch 开关

开关是用于切换两种互斥状态的交互形式。

使用方式

import { Switch } from '@apitable/components';

大小

默认选中

禁用

不可操作

加载时不可操作

切换开关

API

NameDescriptionDefault
className
string
-
prefixCls
string
-
disabled
禁用状态
boolean
-
checkedChildren
ReactNode
-
unCheckedChildren
ReactNode
-
onChange
SwitchChangeEventHandler
-
onKeyDown
KeyboardEventHandler<HTMLButtonElement>
-
onClick
SwitchChangeEventHandler
-
tabIndex
number
-
checked
开启状态
boolean
-
defaultChecked
默认是否开启
boolean
-
loading
加载状态
boolean
-
loadingIcon
加载图标
ReactNode
-
style
行内样式
CSSProperties
-
title
string
-
size
大小
"default""small""large"
"default"