mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-21 10:46:32 +10:00
320 B
320 B
order, title
| order | title | ||||
|---|---|---|---|---|---|
| 3 |
|
zh-CN
size="small" 表示小号开关。
en-US
size="small" represents a small sized switch.
import { Switch } from 'antd';
ReactDOM.render(
<div>
<Switch />
<br />
<Switch size="small" />
</div>
, mountNode);