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.
开关是用于切换两种互斥状态的交互形式。
Name | Description | Default |
---|---|---|
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" |