Answers for "Rating with placeholder"

0

Rating with placeholder

<Rating
  placeholderRating={3.5}
  emptySymbol={<img src="assets/images/star-grey.png" className="icon" />}
  placeholderSymbol={<img src="assets/images/star-red.png" className="icon" />}
  fullSymbol={<img src="assets/images/star-yellow.png" className="icon" />}
/>
Posted by: Guest on September-23-2021

Browse Popular Code Answers by Language