1.0.3 • Published 5 years ago

ice-star v1.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

ice-star

vue评分组件

使用方式

1.安装

npm i ice-star

2.main.js中全局注册组件

import IceStar from 'ice-star';
Vue.use(IceStar);

3.使用组件

<ice-star
      :max="5"
      v-model="value"
      default-color="gray"
      select-color="#FFD566"
    ></ice-star>

API

1.max:总分数,默认:5

2.v-model:当前分数,默认:0

3.default-color:未选中颜色,默认值:gray

4.select-color:选中颜色,默认值:#FFD566

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago