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
75 lines
3.2 KiB
JSON
75 lines
3.2 KiB
JSON
{
|
|
"componentDescription": "",
|
|
"propDescriptions": {
|
|
"children": {
|
|
"description": "In most cases will simply be a string containing a title for the label."
|
|
},
|
|
"classes": { "description": "Override or extend the styles applied to the component." },
|
|
"componentsProps": { "description": "The props used for each slot inside." },
|
|
"error": { "description": "If <code>true</code>, the step is marked as failed." },
|
|
"icon": { "description": "Override the default label of the step icon." },
|
|
"optional": { "description": "The optional node to display." },
|
|
"slotProps": { "description": "The props used for each slot inside." },
|
|
"slots": { "description": "The components used for each slot inside." },
|
|
"StepIconComponent": {
|
|
"description": "The component to render in place of the <a href=\"https://mui.com/material-ui/api/step-icon/\"><code>StepIcon</code></a>."
|
|
},
|
|
"StepIconProps": {
|
|
"description": "Props applied to the <a href=\"https://mui.com/material-ui/api/step-icon/\"><code>StepIcon</code></a> element."
|
|
},
|
|
"sx": {
|
|
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
|
|
}
|
|
},
|
|
"classDescriptions": {
|
|
"active": {
|
|
"description": "State class applied to {{nodeName}} if {{conditions}}.",
|
|
"nodeName": "the label element",
|
|
"conditions": "<code>active={true}</code>"
|
|
},
|
|
"alternativeLabel": {
|
|
"description": "State class applied to {{nodeName}} if {{conditions}}.",
|
|
"nodeName": "the root and icon container and label",
|
|
"conditions": "<code>alternativeLabel={true}</code>"
|
|
},
|
|
"completed": {
|
|
"description": "State class applied to {{nodeName}} if {{conditions}}.",
|
|
"nodeName": "the label element",
|
|
"conditions": "<code>completed={true}</code>"
|
|
},
|
|
"disabled": {
|
|
"description": "State class applied to {{nodeName}} if {{conditions}}.",
|
|
"nodeName": "the root and label elements",
|
|
"conditions": "<code>disabled={true}</code>"
|
|
},
|
|
"error": {
|
|
"description": "State class applied to {{nodeName}} if {{conditions}}.",
|
|
"nodeName": "the root and label elements",
|
|
"conditions": "<code>error={true}</code>"
|
|
},
|
|
"horizontal": {
|
|
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
|
|
"nodeName": "the root element",
|
|
"conditions": "<code>orientation=\"horizontal\"</code>"
|
|
},
|
|
"iconContainer": {
|
|
"description": "Styles applied to {{nodeName}}.",
|
|
"nodeName": "the <code>icon</code> container element"
|
|
},
|
|
"labelContainer": {
|
|
"description": "Styles applied to {{nodeName}}.",
|
|
"nodeName": "the container element which wraps label and <code>optional</code>"
|
|
},
|
|
"vertical": {
|
|
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
|
|
"nodeName": "the root element",
|
|
"conditions": "<code>orientation=\"vertical\"</code>"
|
|
}
|
|
},
|
|
"slotDescriptions": {
|
|
"label": "The component that renders the label.",
|
|
"root": "The component that renders the root.",
|
|
"stepIcon": "The component to render in place of the <a href=\"https://mui.com/material-ui/api/step-icon/\"><code>StepIcon</code></a>."
|
|
}
|
|
}
|