Interactive rating component

Please log in to post a comment
Log in with GitHubCommunity feedback
- @Achigyus
Hey @Coder-Liz,
A really great solution; all buttons are accessible and work well. The UI looks good as well.
The only thing I noticed is that it would be nice to add some cursor styling to the buttons apart from just the background change on hover.
You can add that with the code below:
.rating__submit-btn, .rating__number-btn { cursor: pointer; }
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord