JonathanDn / vue-stars-rating

A highly dynamic vue stars rating component, similar to google play stars rating
103 stars 18 forks source link

Enable Interactive Stars - Ability to change Rate #3

Open JonathanDn opened 5 years ago

JonathanDn commented 5 years ago
  1. On Hover - see coverage of ratings(from fill color to empty left to right)

  2. On Click - set the new rating between 0.0-5.0 with a click

  3. Click Emits Event - emit an event/hook for parent component to become "aware" of change in rating

  4. isInteractive - boolean property - that allows to change from a "static" rating to "interactive" rating - can be changed