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