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
379 stars 77 forks source link

How to increase the size of stars? #33

Closed gnyani closed 6 years ago

gnyani commented 7 years ago

Hi,

Is there any way we can specify the size of the stars rendered in this component?

Thanks.

annaarun123 commented 7 years ago

@gnyani you can customize the stars using renderStarIcon and renderStarIconHalf props In my case I use font-awesome for stars and just increase the font-size.