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