mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-06 10:48:01 +08:00
13 lines
149 B
Markdown
13 lines
149 B
Markdown
---
|
|
order: 0
|
|
title: 基本
|
|
---
|
|
|
|
最简单的用法。
|
|
|
|
````jsx
|
|
import { Radio } from 'antd';
|
|
|
|
ReactDOM.render(<Radio>Radio</Radio>, mountNode);
|
|
````
|