import Box from '@mui/material/Box'; export default function BreakpointsAsArray() { return (
This box has a responsive width.
); }