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

76 lines
2.4 KiB
JSON

{
"props": {
"children": { "type": { "name": "node" } },
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
"color": {
"type": {
"name": "enum",
"description": "'default'<br>&#124;&nbsp;'inherit'<br>&#124;&nbsp;'primary'"
},
"default": "'default'"
},
"component": { "type": { "name": "elementType" } },
"disableGutters": { "type": { "name": "bool" }, "default": "false" },
"disableSticky": { "type": { "name": "bool" }, "default": "false" },
"inset": { "type": { "name": "bool" }, "default": "false" },
"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": "ListSubheader",
"imports": [
"import ListSubheader from '@mui/material/ListSubheader';",
"import { ListSubheader } from '@mui/material';"
],
"classes": [
{
"key": "colorInherit",
"className": "MuiListSubheader-colorInherit",
"description": "Styles applied to the root element if `color=\"inherit\"`.",
"isGlobal": false
},
{
"key": "colorPrimary",
"className": "MuiListSubheader-colorPrimary",
"description": "Styles applied to the root element if `color=\"primary\"`.",
"isGlobal": false
},
{
"key": "gutters",
"className": "MuiListSubheader-gutters",
"description": "Styles applied to the inner `component` element unless `disableGutters={true}`.",
"isGlobal": false
},
{
"key": "inset",
"className": "MuiListSubheader-inset",
"description": "Styles applied to the root element if `inset={true}`.",
"isGlobal": false
},
{
"key": "root",
"className": "MuiListSubheader-root",
"description": "Styles applied to the root element.",
"isGlobal": false
},
{
"key": "sticky",
"className": "MuiListSubheader-sticky",
"description": "Styles applied to the root element unless `disableSticky={true}`.",
"isGlobal": false
}
],
"spread": true,
"themeDefaultProps": true,
"muiName": "MuiListSubheader",
"forwardsRefTo": "HTMLLIElement",
"filename": "/packages/mui-material/src/ListSubheader/ListSubheader.js",
"inheritance": null,
"demos": "<ul><li><a href=\"/material-ui/react-list/\">Lists</a></li></ul>",
"cssComponent": false
}