mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-30 06:09:34 +08:00
325 B
325 B
order | title | ||||
---|---|---|---|---|---|
4 |
|
zh-CN
标识开关操作仍在执行中。
en-US
Mark a pending state of switch.
import { Switch } from 'antd';
ReactDOM.render(
<>
<Switch loading defaultChecked />
<br />
<Switch size="small" loading />
</>,
mountNode,
);