Install & Download:
# Yarn
$ yarn add v-rating
# NPM
$ npm install v-rating --saveDescription:
V-Rating is a simple rating component for Vue.js made with Semantic UI.
Usage:
<Rating v-model="yourLocalVariable"></Rating>
Vue.component('example-component', {
data() {
return {
yourLocalVariable: 0,
};
}
});Preview:

Changelog:
v1.2.0 (04/07/2020)
- add dependabot configuration
- add Prettier config





