You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

629 B

category subtitle type title
Components 评分 Data Entry Rate

评分组件。

何时使用

  • 对评价进行展示。
  • 对事物进行快速的评级操作。

API

属性 说明 类型 默认值
count star 总数 number 5
value 当前数,受控值 number -
defaultValue 默认值 number 0
onChange 回调 Function(value: number) -
allowHalf 是否允许半选 boolean false
disabled 只读,无法进行交互 boolean false