In material UI v5 supposedly one can create almost anything with the sx
prop, on the list is grid
unfortunately I am unable to create what should be a simple grid. To illustrate here is what my grid would look like.
My unsuccessful attempts at using the Box
component and sx
prop look like this
What am I missing here, how can recreate what I have with the Grid component with the Box/sx
combo?