ekeric13 / react-star-ratings

A customizable svg star rating component for selecting x stars or visualizing x stars
https://codepen.io/ekeric13/project/full/DkJYpA/
BSD 3-Clause "New" or "Revised" License
152 stars 44 forks source link

className? #14

Open phtmgt opened 6 years ago

phtmgt commented 6 years ago

Does this really not implement className prop? Seems counterintuitive.

ekeric13 commented 6 years ago

You just want a className prop that goes right here, correct? https://github.com/ekeric13/react-star-ratings/blob/master/src/star-ratings.js#L155

phtmgt commented 6 years ago

Exactly!