Files
react-test/docs/pages/system/api/box.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

31 lines
1008 B
JSON
Raw Permalink Normal View History

2025-12-12 14:26:25 +09:00
{
"props": {
"component": { "type": { "name": "elementType" } },
"sx": {
"type": {
"name": "union",
"description": "Array&lt;func<br>&#124;&nbsp;object<br>&#124;&nbsp;bool&gt;<br>&#124;&nbsp;func<br>&#124;&nbsp;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
}