star评星
author: 闫申申
定义
评星组件。
图片展示
代码演示
import Score from 'pile/dist/components/score',
{Star} = Score
<Star defaultVal={2} len={5} back={(n)=>{console.log(n)}}/>
属性
参数 | 描述 | 数据类型 | 默认值 |
---|---|---|---|
len | 星星显示个数 | number | 5 |
defaultVal | 默认值 | number | 0 |
disabled | 禁用状态 | bool | false |
back | 当点选星星后回调函数,返回值:n,(所选中的索引值,从1开始算起) | function | null |
原文: https://didi.github.io/pile.js/docs/2017/08/develop-components-score-star.html