ant-design/components/rate/demo/half.md
2016-04-01 10:12:02 +08:00

13 lines
165 B
Markdown

---
order: 1
title: 半星
---
支持选中半星。
````jsx
import { Rate } from 'antd';
ReactDOM.render(<Rate allowHalf defaultValue={2.5} />, mountNode);
````