voronianski / react-star-rating-component

Basic React component for star (or any other icon based) rating elements
http://voronianski.github.io/react-star-rating-component/example
MIT License
380 stars 77 forks source link

Cannot add border to stars #69

Open PratibhaShrestha opened 3 years ago

PratibhaShrestha commented 3 years ago

Wanted to add border to the empty stars, but was not possible. If we could pass style as props then it would have solved problem. Or simply add props for border for empty and filled state. Thanks