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

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

113 lines
3.8 KiB
JSON
Raw Permalink Normal View History

2025-12-12 14:26:25 +09:00
{
"props": {
"children": { "type": { "name": "node" } },
"columns": {
"type": {
"name": "union",
"description": "Array&lt;number&gt;<br>&#124;&nbsp;number<br>&#124;&nbsp;object"
},
"default": "12"
},
"columnSpacing": {
"type": {
"name": "union",
"description": "Array&lt;number<br>&#124;&nbsp;string&gt;<br>&#124;&nbsp;number<br>&#124;&nbsp;object<br>&#124;&nbsp;string"
}
},
"container": { "type": { "name": "bool" }, "default": "false" },
"direction": {
"type": {
"name": "union",
"description": "'column-reverse'<br>&#124;&nbsp;'column'<br>&#124;&nbsp;'row-reverse'<br>&#124;&nbsp;'row'<br>&#124;&nbsp;Array&lt;'column-reverse'<br>&#124;&nbsp;'column'<br>&#124;&nbsp;'row-reverse'<br>&#124;&nbsp;'row'&gt;<br>&#124;&nbsp;object"
},
"default": "'row'"
},
"offset": {
"type": {
"name": "union",
"description": "string<br>&#124;&nbsp;number<br>&#124;&nbsp;Array&lt;string<br>&#124;&nbsp;number&gt;<br>&#124;&nbsp;object"
}
},
"rowSpacing": {
"type": {
"name": "union",
"description": "Array&lt;number<br>&#124;&nbsp;string&gt;<br>&#124;&nbsp;number<br>&#124;&nbsp;object<br>&#124;&nbsp;string"
}
},
"size": {
"type": {
"name": "union",
"description": "string<br>&#124;&nbsp;bool<br>&#124;&nbsp;number<br>&#124;&nbsp;Array&lt;string<br>&#124;&nbsp;bool<br>&#124;&nbsp;number&gt;<br>&#124;&nbsp;object"
}
},
"spacing": {
"type": {
"name": "union",
"description": "Array&lt;number<br>&#124;&nbsp;string&gt;<br>&#124;&nbsp;number<br>&#124;&nbsp;object<br>&#124;&nbsp;string"
},
"default": "0"
},
"wrap": {
"type": {
"name": "enum",
"description": "'nowrap'<br>&#124;&nbsp;'wrap-reverse'<br>&#124;&nbsp;'wrap'"
},
"default": "'wrap'"
}
},
"name": "Grid",
"imports": ["import Grid from '@mui/system/Grid';", "import { Grid } from '@mui/system';"],
"classes": [
{
"key": "container",
"className": "MuiGrid-container",
"description": "Styles applied to the root element if `container={true}`.",
"isGlobal": false
},
{
"key": "direction-xs-column",
"className": "MuiGrid-direction-xs-column",
"description": "Styles applied to the root element if `direction=\"column\"`.",
"isGlobal": false
},
{
"key": "direction-xs-column-reverse",
"className": "MuiGrid-direction-xs-column-reverse",
"description": "Styles applied to the root element if `direction=\"column-reverse\"`.",
"isGlobal": false
},
{
"key": "direction-xs-row-reverse",
"className": "MuiGrid-direction-xs-row-reverse",
"description": "Styles applied to the root element if `direction=\"row-reverse\"`.",
"isGlobal": false
},
{
"key": "root",
"className": "MuiGrid-root",
"description": "Styles applied to the root element.",
"isGlobal": false
},
{
"key": "wrap-xs-nowrap",
"className": "MuiGrid-wrap-xs-nowrap",
"description": "Styles applied to the root element if `wrap=\"nowrap\"`.",
"isGlobal": false
},
{
"key": "wrap-xs-wrap-reverse",
"className": "MuiGrid-wrap-xs-wrap-reverse",
"description": "Styles applied to the root element if `wrap=\"reverse\"`.",
"isGlobal": false
}
],
"spread": true,
"themeDefaultProps": true,
"muiName": "MuiGrid",
"forwardsRefTo": "HTMLElement",
"filename": "/packages/mui-system/src/Grid/Grid.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-grid/\">Grid (Joy UI)</a></li>\n<li><a href=\"/material-ui/react-grid/\">Grid (Material UI)</a></li></ul>",
"cssComponent": true
}