mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-16 11:54:27 +00:00
331 B
331 B
order, title
| order | title | ||||
|---|---|---|---|---|---|
| 4 |
|
zh-CN
标识开关操作仍在执行中。
en-US
Mark a pending state of switch.
import { Switch } from 'antd';
ReactDOM.render(
<div>
<Switch loading defaultChecked />
<br />
<Switch size="small" loading />
</div>,
mountNode,
);