DEV Community

Discussion on: Star-rating using Unicode stars

Collapse
 
link2twenty profile image
Andrew Bone

For people interested I converted this into a react component too

It's basically the exact same code but with some React nicety added for instance you can say how many stars you'd like and React will handle all the HTML for you

<StarRating max={15} defaultValue={5} />
Enter fullscreen mode Exit fullscreen mode