UNPKG

yl-view

Version:

一个基于uniapp的ui框架

45 lines 686 B
import color from 'yl-view/libs/index.scss' export default { props:{ // 星星数 number:{ type:Number, default:5 }, // 分数 value:{ type:[Number,String], default:0 }, // 是否禁用 disabled:{ type:Boolean, default:false }, // 星星尺寸 size:{ type:Number, default:50 }, // 未选中颜色 color:{ type:String, default:color.ylTips }, // 激活颜色 activeColor:{ type:String, default:color.ylPrimary }, // 是否允许半星 isHalf:{ type:Boolean, default:false }, // 未选中是否为空 isHollow:{ type:Boolean, default:false } }, }