Files
react-test/docs/pages/material-ui/api/grid-legacy.json
how2ice 005cf56baf
Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
init project
2025-12-12 14:26:25 +09:00

307 lines
8.3 KiB
JSON

{
"props": {
"children": { "type": { "name": "node" } },
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
"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"
}
},
"component": { "type": { "name": "elementType" } },
"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'"
},
"item": { "type": { "name": "bool" }, "default": "false" },
"lg": {
"type": {
"name": "union",
"description": "'auto'<br>&#124;&nbsp;number<br>&#124;&nbsp;bool"
},
"default": "false"
},
"md": {
"type": {
"name": "union",
"description": "'auto'<br>&#124;&nbsp;number<br>&#124;&nbsp;bool"
},
"default": "false"
},
"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"
}
},
"sm": {
"type": {
"name": "union",
"description": "'auto'<br>&#124;&nbsp;number<br>&#124;&nbsp;bool"
},
"default": "false"
},
"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"
},
"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 }
},
"wrap": {
"type": {
"name": "enum",
"description": "'nowrap'<br>&#124;&nbsp;'wrap-reverse'<br>&#124;&nbsp;'wrap'"
},
"default": "'wrap'"
},
"xl": {
"type": {
"name": "union",
"description": "'auto'<br>&#124;&nbsp;number<br>&#124;&nbsp;bool"
},
"default": "false"
},
"xs": {
"type": {
"name": "union",
"description": "'auto'<br>&#124;&nbsp;number<br>&#124;&nbsp;bool"
},
"default": "false"
},
"zeroMinWidth": { "type": { "name": "bool" }, "default": "false" }
},
"name": "GridLegacy",
"imports": [
"import GridLegacy from '@mui/material/GridLegacy';",
"import { GridLegacy } from '@mui/material';"
],
"classes": [
{
"key": "container",
"className": "MuiGridLegacy-container",
"description": "Styles applied to the root element if `container={true}`.",
"isGlobal": false
},
{
"key": "direction-xs-column",
"className": "MuiGridLegacy-direction-xs-column",
"description": "Styles applied to the root element if `direction=\"column\"`.",
"isGlobal": false
},
{
"key": "direction-xs-column-reverse",
"className": "MuiGridLegacy-direction-xs-column-reverse",
"description": "Styles applied to the root element if `direction=\"column-reverse\"`.",
"isGlobal": false
},
{
"key": "direction-xs-row-reverse",
"className": "MuiGridLegacy-direction-xs-row-reverse",
"description": "Styles applied to the root element if `direction=\"row-reverse\"`.",
"isGlobal": false
},
{
"key": "grid-xs-1",
"className": "MuiGridLegacy-grid-xs-1",
"description": "",
"isGlobal": false
},
{
"key": "grid-xs-10",
"className": "MuiGridLegacy-grid-xs-10",
"description": "",
"isGlobal": false
},
{
"key": "grid-xs-11",
"className": "MuiGridLegacy-grid-xs-11",
"description": "",
"isGlobal": false
},
{
"key": "grid-xs-12",
"className": "MuiGridLegacy-grid-xs-12",
"description": "",
"isGlobal": false
},
{
"key": "grid-xs-2",
"className": "MuiGridLegacy-grid-xs-2",
"description": "",
"isGlobal": false
},
{
"key": "grid-xs-3",
"className": "MuiGridLegacy-grid-xs-3",
"description": "",
"isGlobal": false
},
{
"key": "grid-xs-4",
"className": "MuiGridLegacy-grid-xs-4",
"description": "",
"isGlobal": false
},
{
"key": "grid-xs-5",
"className": "MuiGridLegacy-grid-xs-5",
"description": "",
"isGlobal": false
},
{
"key": "grid-xs-6",
"className": "MuiGridLegacy-grid-xs-6",
"description": "",
"isGlobal": false
},
{
"key": "grid-xs-7",
"className": "MuiGridLegacy-grid-xs-7",
"description": "",
"isGlobal": false
},
{
"key": "grid-xs-8",
"className": "MuiGridLegacy-grid-xs-8",
"description": "",
"isGlobal": false
},
{
"key": "grid-xs-9",
"className": "MuiGridLegacy-grid-xs-9",
"description": "",
"isGlobal": false
},
{
"key": "grid-xs-auto",
"className": "MuiGridLegacy-grid-xs-auto",
"description": "",
"isGlobal": false
},
{
"key": "grid-xs-true",
"className": "MuiGridLegacy-grid-xs-true",
"description": "",
"isGlobal": false
},
{
"key": "item",
"className": "MuiGridLegacy-item",
"description": "Styles applied to the root element if `item={true}`.",
"isGlobal": false
},
{
"key": "root",
"className": "MuiGridLegacy-root",
"description": "Styles applied to the root element.",
"isGlobal": false
},
{
"key": "spacing-xs-1",
"className": "MuiGridLegacy-spacing-xs-1",
"description": "",
"isGlobal": false
},
{
"key": "spacing-xs-10",
"className": "MuiGridLegacy-spacing-xs-10",
"description": "",
"isGlobal": false
},
{
"key": "spacing-xs-2",
"className": "MuiGridLegacy-spacing-xs-2",
"description": "",
"isGlobal": false
},
{
"key": "spacing-xs-3",
"className": "MuiGridLegacy-spacing-xs-3",
"description": "",
"isGlobal": false
},
{
"key": "spacing-xs-4",
"className": "MuiGridLegacy-spacing-xs-4",
"description": "",
"isGlobal": false
},
{
"key": "spacing-xs-5",
"className": "MuiGridLegacy-spacing-xs-5",
"description": "",
"isGlobal": false
},
{
"key": "spacing-xs-6",
"className": "MuiGridLegacy-spacing-xs-6",
"description": "",
"isGlobal": false
},
{
"key": "spacing-xs-7",
"className": "MuiGridLegacy-spacing-xs-7",
"description": "",
"isGlobal": false
},
{
"key": "spacing-xs-8",
"className": "MuiGridLegacy-spacing-xs-8",
"description": "",
"isGlobal": false
},
{
"key": "spacing-xs-9",
"className": "MuiGridLegacy-spacing-xs-9",
"description": "",
"isGlobal": false
},
{
"key": "wrap-xs-nowrap",
"className": "MuiGridLegacy-wrap-xs-nowrap",
"description": "Styles applied to the root element if `wrap=\"nowrap\"`.",
"isGlobal": false
},
{
"key": "wrap-xs-wrap-reverse",
"className": "MuiGridLegacy-wrap-xs-wrap-reverse",
"description": "Styles applied to the root element if `wrap=\"reverse\"`.",
"isGlobal": false
},
{
"key": "zeroMinWidth",
"className": "MuiGridLegacy-zeroMinWidth",
"description": "Styles applied to the root element if `zeroMinWidth={true}`.",
"isGlobal": false
}
],
"spread": true,
"themeDefaultProps": true,
"muiName": "MuiGridLegacy",
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-material/src/GridLegacy/GridLegacy.js",
"inheritance": null,
"demos": "<ul><li><a href=\"/material-ui/react-grid-legacy/\">GridLegacy</a></li></ul>",
"cssComponent": false,
"deprecated": true
}