Simple Rating Component For Vue.js And Semantic UI – V-Rating

Install & Download:

# Yarn
$ yarn add v-rating
# NPM
$ npm install v-rating --save

Description:

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:

V-Rating

Changelog:

v1.2.0 (04/07/2020)

  • add dependabot configuration
  • add Prettier config
Tags:

Add Comment