106 lines
3.3 KiB
JSON
106 lines
3.3 KiB
JSON
|
|
{
|
||
|
|
"props": {
|
||
|
|
"animation": {
|
||
|
|
"type": {
|
||
|
|
"name": "enum",
|
||
|
|
"description": "'pulse'<br>| 'wave'<br>| false"
|
||
|
|
},
|
||
|
|
"default": "'pulse'"
|
||
|
|
},
|
||
|
|
"children": { "type": { "name": "node" } },
|
||
|
|
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
|
||
|
|
"component": { "type": { "name": "elementType" } },
|
||
|
|
"height": { "type": { "name": "union", "description": "number<br>| string" } },
|
||
|
|
"sx": {
|
||
|
|
"type": {
|
||
|
|
"name": "union",
|
||
|
|
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
|
||
|
|
},
|
||
|
|
"additionalInfo": { "sx": true }
|
||
|
|
},
|
||
|
|
"variant": {
|
||
|
|
"type": {
|
||
|
|
"name": "union",
|
||
|
|
"description": "'circular'<br>| 'rectangular'<br>| 'rounded'<br>| 'text'<br>| string"
|
||
|
|
},
|
||
|
|
"default": "'text'"
|
||
|
|
},
|
||
|
|
"width": { "type": { "name": "union", "description": "number<br>| string" } }
|
||
|
|
},
|
||
|
|
"name": "Skeleton",
|
||
|
|
"imports": [
|
||
|
|
"import Skeleton from '@mui/material/Skeleton';",
|
||
|
|
"import { Skeleton } from '@mui/material';"
|
||
|
|
],
|
||
|
|
"classes": [
|
||
|
|
{
|
||
|
|
"key": "circular",
|
||
|
|
"className": "MuiSkeleton-circular",
|
||
|
|
"description": "Styles applied to the root element if `variant=\"circular\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "fitContent",
|
||
|
|
"className": "MuiSkeleton-fitContent",
|
||
|
|
"description": "Styles applied when the component is passed children and no width.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "heightAuto",
|
||
|
|
"className": "MuiSkeleton-heightAuto",
|
||
|
|
"description": "Styles applied when the component is passed children and no height.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "pulse",
|
||
|
|
"className": "MuiSkeleton-pulse",
|
||
|
|
"description": "Styles applied to the root element if `animation=\"pulse\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "rectangular",
|
||
|
|
"className": "MuiSkeleton-rectangular",
|
||
|
|
"description": "Styles applied to the root element if `variant=\"rectangular\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "root",
|
||
|
|
"className": "MuiSkeleton-root",
|
||
|
|
"description": "Styles applied to the root element.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "rounded",
|
||
|
|
"className": "MuiSkeleton-rounded",
|
||
|
|
"description": "Styles applied to the root element if `variant=\"rounded\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "text",
|
||
|
|
"className": "MuiSkeleton-text",
|
||
|
|
"description": "Styles applied to the root element if `variant=\"text\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "wave",
|
||
|
|
"className": "MuiSkeleton-wave",
|
||
|
|
"description": "Styles applied to the root element if `animation=\"wave\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "withChildren",
|
||
|
|
"className": "MuiSkeleton-withChildren",
|
||
|
|
"description": "Styles applied when the component is passed children.",
|
||
|
|
"isGlobal": false
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"spread": true,
|
||
|
|
"themeDefaultProps": true,
|
||
|
|
"muiName": "MuiSkeleton",
|
||
|
|
"forwardsRefTo": "HTMLSpanElement",
|
||
|
|
"filename": "/packages/mui-material/src/Skeleton/Skeleton.js",
|
||
|
|
"inheritance": null,
|
||
|
|
"demos": "<ul><li><a href=\"/material-ui/react-skeleton/\">Skeleton</a></li></ul>",
|
||
|
|
"cssComponent": false
|
||
|
|
}
|