mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 04:30:06 +08:00
6776bb8916
* docs: update demo * chore: add script * test: fix demo test * docs: convert demos * chore: move script * test: remove react-dom import * chore: update deps * docs: update riddle js * test: fix image test * docs: fix riddle demo
317 B
317 B
order | title | ||||
---|---|---|---|---|---|
4 |
|
zh-CN
标识开关操作仍在执行中。
en-US
Mark a pending state of switch.
import { Switch } from 'antd';
export default () => (
<>
<Switch loading defaultChecked />
<br />
<Switch size="small" loading />
</>
);