import * as React from 'react'; import Paper from '@mui/material/Paper'; import Box from '@mui/material/Box'; import Grid from '@mui/material/Grid'; export default function StressNestedGrid() { return ( xs=12 xs=6 xs=6 {/* This grid should start as a new root grid (doesn't inherit spacing from the top) */} xs=6 {/* nested spacing can be override by the explicit `spacing` prop */} xs=7 xs=5 xs=6 xs=6 xs=6 xs=8 xs=4 {/* The grids below should inherit spacing from the top */} xs=4 xs=4 xs=4 xs=6 xs=6 ); }