31 lines
1008 B
JSON
31 lines
1008 B
JSON
|
|
{
|
||
|
|
"props": {
|
||
|
|
"component": { "type": { "name": "elementType" } },
|
||
|
|
"sx": {
|
||
|
|
"type": {
|
||
|
|
"name": "union",
|
||
|
|
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
|
||
|
|
},
|
||
|
|
"additionalInfo": { "sx": true }
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"name": "Box",
|
||
|
|
"imports": ["import Box from '@mui/system/Box';", "import { Box } from '@mui/system';"],
|
||
|
|
"classes": [
|
||
|
|
{
|
||
|
|
"key": "root",
|
||
|
|
"className": "MuiBox-root",
|
||
|
|
"description": "Styles applied to the root element.",
|
||
|
|
"isGlobal": false
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"spread": true,
|
||
|
|
"themeDefaultProps": false,
|
||
|
|
"muiName": "MuiBox",
|
||
|
|
"forwardsRefTo": "HTMLDivElement",
|
||
|
|
"filename": "/packages/mui-system/src/Box/Box.js",
|
||
|
|
"inheritance": null,
|
||
|
|
"demos": "<ul><li><a href=\"/joy-ui/react-box/\">Box (Joy UI)</a></li>\n<li><a href=\"/material-ui/react-box/\">Box (Material UI)</a></li>\n<li><a href=\"/system/react-box/\">Box (MUI System)</a></li></ul>",
|
||
|
|
"cssComponent": true
|
||
|
|
}
|