ant-design/components/rate/demo/basic.md

21 lines
201 B
Markdown
Raw Normal View History

2016-03-31 09:40:55 +08:00
---
order: 0
title:
zh-CN: 基本
en-US: Basic
2016-03-31 09:40:55 +08:00
---
2016-03-30 13:20:03 +08:00
## zh-CN
2016-03-30 13:20:03 +08:00
最简单的用法。
## en-US
The simplest usage.
2017-02-13 10:55:53 +08:00
````jsx
2016-03-30 13:20:03 +08:00
import { Rate } from 'antd';
2016-03-31 14:43:38 +08:00
ReactDOM.render(<Rate />, mountNode);
2016-03-30 13:20:03 +08:00
````