Is there a way to implement the box-shadow
property on a <Grid>
component in Material UI? I've gone through the official documentation regarding Shadows - Material UI, but I'm struggling to grasp how it can be applied to a <Grid>
.
Despite extensive research, I haven't been able to find a solution to this issue.
Find my code here.
Appreciate your help!