React simple star rating is a simple yet powerful react component for adding a nice rating icons to your project.
Basic Props for react-simple-star-rating
is here
Use fillColorArray={[]}
prop for progressive range of colors in <Rating>
.
You can prevent the ratings from user intraction by enabling readonly
.
You can add your custom tooltip in <Rating>
by using tooltipArray={[]}
prop.
You can adjust your rating star sizes by adding size
prop in px