Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

Matej-ch/star-rating

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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