Check out my codesandbox example (here) showcasing how I have set up my current app with Material-UI grid. I have 5 components that need to be positioned in a specific way for different screen sizes.
For screens sized lg
and above, I want the components to look like this: https://i.sstatic.net/5fCKe.png
On screens sized md
and below, I'd like the components to appear as shown here: https://i.sstatic.net/1U9SS.png
I've tried various approaches but haven't quite achieved the desired layout yet. Specifically, I'm struggling to place component 5
on the same row for larger screens and on the next row for smaller screens.
Any help or suggestions you can provide would be greatly appreciated. Thank you!