n49 / react-stars

A simple star rating component for your React projects :star:
http://developers.n49.com/react-stars/
218 stars 81 forks source link

How to specify default stars #22

Open gate3 opened 7 years ago

gate3 commented 7 years ago

Hi, wonderful library here thanks. I would like to specify a certain number of stars for display purpose, i dont know if this functionality is available. Also half stars doesn't seem to work.

arindambarman1-zz commented 7 years ago

you can add value attribute

<ReactStars value={3.5} .../>

gate3 commented 7 years ago

Thanks will try it out and get back.