styled-component: Elegant way to trigger child style from parent
I have a Parent
wrapping a Child
. Upon Parent:hover
, I want to trigger the Child:hover
effect.
I have a Parent
wrapping a Child
. Upon Parent:hover
, I want to trigger the Child:hover
effect.