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

Half star or Partial star not supported! #72

Open vanoop729 opened 2 years ago

vanoop729 commented 2 years ago
<StarRatingComponent
   name="review-star"
   starCount={5}
   value={3.5}
/>

This doesn't work! Is there any way?

chenendian commented 1 year ago
<StarRatingComponent
   name="review-star"
   starCount={5}
   value={3.5}
/>

This doesn't work! Is there any way?

Do you have find another component?

vanoop729 commented 1 year ago
<StarRatingComponent
   name="review-star"
   starCount={5}
   value={3.5}
/>

This doesn't work! Is there any way?

Do you have find another component?

No