mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-05 05:28:20 +08:00
145 B
145 B
基本
- order: 0
最简单的用法。
import { Radio } from 'antd';
ReactDOM.render(<Radio>Radio</Radio>
, mountNode);