Matej-ch / star-rating

Star rating widget/component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated

component was moved to repository here

Star rating

Requires vue.js 3 , go to branch v2 for previous version

This is simple star rating component

Requires icon of star, here using Fontawesome

Usage

<StarRating  :rating=7 :max-stars=10 :step=1 update-msg="Rating destroyed"/>

rating current rating

max-stars number of stars in rating

step what is the step, that user can use for rating

update-msg message on rating update

different types of star rating

About

Star rating widget/component


Languages

Language:Vue 73.9%Language:HTML 14.8%Language:JavaScript 11.2%