Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 393 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 393 Bytes

vuejs-rating

A simple star rating system using component in Vue.js

###Rating component

<star-rating></star-rating>

###Rating component (with set value that can be changed)

<star-rating value="3"></star-rating>

###Rating component (with set value that can't be changed)

<star-rating value="2" disabled="true"></star-rating>