Box API
Demos
For examples and details on the usage of this React component, visit the component demo pages:
Import
import Box from '@mui/material/Box';
// or
import { Box } from '@mui/material';Props of the native component are also available.
As a CSS utility, the Box component also supports allsystem properties. You can use them as props directly on the component.The 
ref is forwarded to the root element.