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
62 lines
1.9 KiB
JSON
62 lines
1.9 KiB
JSON
{
|
|
"props": {
|
|
"active": { "type": { "name": "bool" }, "default": "false" },
|
|
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
|
|
"completed": { "type": { "name": "bool" }, "default": "false" },
|
|
"error": { "type": { "name": "bool" }, "default": "false" },
|
|
"icon": { "type": { "name": "node" } },
|
|
"sx": {
|
|
"type": {
|
|
"name": "union",
|
|
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
|
|
},
|
|
"additionalInfo": { "sx": true }
|
|
}
|
|
},
|
|
"name": "StepIcon",
|
|
"imports": [
|
|
"import StepIcon from '@mui/material/StepIcon';",
|
|
"import { StepIcon } from '@mui/material';"
|
|
],
|
|
"classes": [
|
|
{
|
|
"key": "active",
|
|
"className": "Mui-active",
|
|
"description": "State class applied to the root element if `active={true}`.",
|
|
"isGlobal": true
|
|
},
|
|
{
|
|
"key": "completed",
|
|
"className": "Mui-completed",
|
|
"description": "State class applied to the root element if `completed={true}`.",
|
|
"isGlobal": true
|
|
},
|
|
{
|
|
"key": "error",
|
|
"className": "Mui-error",
|
|
"description": "State class applied to the root element if `error={true}`.",
|
|
"isGlobal": true
|
|
},
|
|
{
|
|
"key": "root",
|
|
"className": "MuiStepIcon-root",
|
|
"description": "Styles applied to the root element.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "text",
|
|
"className": "MuiStepIcon-text",
|
|
"description": "Styles applied to the SVG text element.",
|
|
"isGlobal": false
|
|
}
|
|
],
|
|
"spread": true,
|
|
"themeDefaultProps": true,
|
|
"muiName": "MuiStepIcon",
|
|
"forwardsRefTo": "SVGSVGElement",
|
|
"filename": "/packages/mui-material/src/StepIcon/StepIcon.js",
|
|
"inheritance": { "component": "SvgIcon", "pathname": "/material-ui/api/svg-icon/" },
|
|
"demos": "<ul><li><a href=\"/material-ui/react-stepper/\">Stepper</a></li></ul>",
|
|
"cssComponent": false
|
|
}
|