JonWash86 / book-bug-npm

0 stars 0 forks source link

Create star-rating component #2

Open JonWash86 opened 3 years ago

JonWash86 commented 3 years ago

We need a 5-star component which will highlight based on where the user is hovering, and send the 1-10 value of the rating to its parent.

JonWash86 commented 3 years ago

Implemented a rating component using material-icons. Will need to set this up to check for the user's rating and reflect that.