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