Submitted over 1 year ago
Interactive rating component using React and Styled Components
@Phenics13
Design comparison
SolutionDesign
Community feedback
- @diversisPosted over 1 year ago
Hello! Took a quick glance.
- Interative objects need pointer:
button {cursor: pointer;}
- Wrap container (
<Card>
) in this example is supposed to have fixed dimensions - Consider using flex or grid container for
<form>
: you can setupgap
,column-gap
androw-gap
for whole block instead of multiplemargin
's and positioning children is much easier than withdisplay:block
Marked as helpful1 - Interative objects need pointer:
Please log in to post a comment
Log in with GitHubJoin 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