Vue Rate

Rate component for Vue

Installation and usage

Once, install rate component for your project

npm install vue-rate --save

Import Vue Rate into your app

import Rate from 'vue-rate';

new Vue({
    components: {
        Rate
    }
})

Use HTML template

<Rate :length="5"></Rate>

Live Demo

https://sinanmtl.github.io/vue-rate/

GitHub