Currently, in my React project, I am incorporating Material UI React. I am working with the <Grid>
component to create a flexbox layout with 10 items.
I am facing some difficulties in achieving a perfect grid layout with evenly spaced items. The layout looks good with 10 items arranged in 2 rows of 5, but as I try to make it responsive, the grid gets distorted. In the image provided, you can see my closest attempt, but there is still a lot of blank space on the right side that I want to eliminate.
https://i.sstatic.net/4CKov.png
I made another attempt, but the last row is not what I desire: