Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

75 lines
3.2 KiB
JSON
Raw Permalink Normal View History

2025-12-12 14:26:25 +09:00
{
"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>."
}
}