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

13 lines
165 B
Markdown
Raw Normal View History

2016-04-01 10:12:02 +08:00
---
order: 1
title: 半星
---
2016-03-31 14:43:38 +08:00
支持选中半星。
````jsx
import { Rate } from 'antd';
ReactDOM.render(<Rate allowHalf defaultValue={2.5} />, mountNode);
````