mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-25 20:55:58 +10:00
240 B
240 B
order, title
| order | title | ||||
|---|---|---|---|---|---|
| 1 |
|
zh-CN
支持选中半星。
en-US
Support select half star.
import { Rate } from 'antd';
ReactDOM.render(<Rate allowHalf defaultValue={2.5} />, mountNode);