mini-rate
v0.1.0
Published
a simple rate component
Downloads
1
Readme
mini-rate
API
Props
| 参数 | 说明 | 类型 | 默认值 | | :--------- | :------------------- | :--------------- | -------- | | v-model | 当前分数 | number | 0 | | count | 图标总数 | number | string | 5 | | size | 图标大小,默认单位px | number | string | 20px | | gutter | 图标间距,默认单位px | number | string | 0px | | color | 选中时的颜色 | string | #ee0a24 | | void-color | 未选中时的颜色 | string | #c8c9cc | | readonly | 是否为只读状态 | boolean | false |
Events
| 事件名 | 说明 | 回调参数 | | :----- | :----------------------- | :------- | | change | 当前分值变化时触发的事件 | 当前分值 |