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
37 lines
2.3 KiB
JSON
37 lines
2.3 KiB
JSON
{
|
|
"componentDescription": "",
|
|
"propDescriptions": {
|
|
"action": { "description": "The action to display in the card header." },
|
|
"avatar": { "description": "The Avatar element to display." },
|
|
"classes": { "description": "Override or extend the styles applied to the component." },
|
|
"component": {
|
|
"description": "The component used for the root node. Either a string to use a HTML element or a component."
|
|
},
|
|
"disableTypography": {
|
|
"description": "If <code>true</code>, <code>subheader</code> and <code>title</code> won't be wrapped by a Typography component. This can be useful to render an alternative Typography variant by wrapping the <code>title</code> text, and optional <code>subheader</code> text with the Typography component."
|
|
},
|
|
"slotProps": { "description": "The props used for each slot inside." },
|
|
"slots": { "description": "The components used for each slot inside." },
|
|
"subheader": { "description": "The content of the component." },
|
|
"subheaderTypographyProps": {
|
|
"description": "These props will be forwarded to the subheader (as long as disableTypography is not <code>true</code>)."
|
|
},
|
|
"sx": {
|
|
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
|
|
},
|
|
"title": { "description": "The content of the component." },
|
|
"titleTypographyProps": {
|
|
"description": "These props will be forwarded to the title (as long as disableTypography is not <code>true</code>)."
|
|
}
|
|
},
|
|
"classDescriptions": {},
|
|
"slotDescriptions": {
|
|
"action": "The component that renders the action slot.",
|
|
"avatar": "The component that renders the avatar slot.",
|
|
"content": "The component that renders the content slot.",
|
|
"root": "The component that renders the root slot.",
|
|
"subheader": "The component that renders the subheader slot (as long as disableTypography is not <code>true</code>). <a href=\"https://mui.com/material-ui/api/typography/#props\">Follow this guide</a> to learn more about the requirements for this component.",
|
|
"title": "The component that renders the title slot (as long as disableTypography is not <code>true</code>). <a href=\"https://mui.com/material-ui/api/typography/#props\">Follow this guide</a> to learn more about the requirements for this component."
|
|
}
|
|
}
|