DEV Community

Cover image for Fun interactivity using react-stars!
Asher Scott
Asher Scott

Posted on

Fun interactivity using react-stars!

While working on my Phase-2 Flatiron Project, I stumbled upon this super useful react component called react-stars.

react-stars

This is an incredibly straightforward, flexible, and powerful component used for star rating systems. Check out the demo here!

Don't like boring old stars?

-stars allows you to completely customize the rating characters, using either:

A string;

different characters

Or an html element!

pixel star image

Don't be afraid to get creative with it!

gif image

But lest you think this can only be used for ratings...

Mini Games!

Here's a simple game I put together using react-stars

select the num

Checkout the github page for more information, including a README on how to begin using react-stars to take your react project to the new level!

Top comments (0)