Files
react-test/docs/pages/material-ui/api/image-list-item.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

68 lines
2.2 KiB
JSON

{
"props": {
"children": { "type": { "name": "node" } },
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
"cols": { "type": { "name": "custom", "description": "integer" }, "default": "1" },
"component": { "type": { "name": "elementType" } },
"rows": { "type": { "name": "custom", "description": "integer" }, "default": "1" },
"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": "ImageListItem",
"imports": [
"import ImageListItem from '@mui/material/ImageListItem';",
"import { ImageListItem } from '@mui/material';"
],
"classes": [
{
"key": "img",
"className": "MuiImageListItem-img",
"description": "Styles applied to an `img` element to ensure it covers the item.",
"isGlobal": false
},
{
"key": "masonry",
"className": "MuiImageListItem-masonry",
"description": "Styles applied to the root element if `variant=\"masonry\"`.",
"isGlobal": false
},
{
"key": "quilted",
"className": "MuiImageListItem-quilted",
"description": "Styles applied to the root element if `variant=\"quilted\"`.",
"isGlobal": false
},
{
"key": "root",
"className": "MuiImageListItem-root",
"description": "Styles applied to the root element.",
"isGlobal": false
},
{
"key": "standard",
"className": "MuiImageListItem-standard",
"description": "Styles applied to the root element if `variant=\"standard\"`.",
"isGlobal": false
},
{
"key": "woven",
"className": "MuiImageListItem-woven",
"description": "Styles applied to the root element if `variant=\"woven\"`.",
"isGlobal": false
}
],
"spread": true,
"themeDefaultProps": true,
"muiName": "MuiImageListItem",
"forwardsRefTo": "HTMLLIElement",
"filename": "/packages/mui-material/src/ImageListItem/ImageListItem.js",
"inheritance": null,
"demos": "<ul><li><a href=\"/material-ui/react-image-list/\">Image List</a></li></ul>",
"cssComponent": false
}