mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-02 15:59:38 +08:00
21 lines
205 B
Markdown
21 lines
205 B
Markdown
---
|
|
order: 0
|
|
title:
|
|
zh-CN: 基本
|
|
en-US: Basic
|
|
---
|
|
|
|
## zh-CN
|
|
|
|
最简单的用法。
|
|
|
|
## en-US
|
|
|
|
The simplest usage.
|
|
|
|
````__react
|
|
import { Rate } from 'antd';
|
|
|
|
ReactDOM.render(<Rate />, mountNode);
|
|
````
|