{
"componentDescription": "",
"propDescriptions": {
"active": { "description": "Sets the step as active. Is passed to child components." },
"children": {
"description": "Should be Step sub-components such as StepLabel, StepContent."
},
"classes": { "description": "Override or extend the styles applied to the component." },
"completed": { "description": "Mark the step as completed. Is passed to child components." },
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"disabled": {
"description": "If true, the step is disabled, will also disable the button if StepButton is a child of Step. Is passed to child components."
},
"expanded": { "description": "Expand the step." },
"index": {
"description": "The position of the step. The prop defaults to the value inherited from the parent Stepper component."
},
"last": {
"description": "If true, the Step is displayed as rendered last. The prop defaults to the value inherited from the parent Stepper component."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": {
"alternativeLabel": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "alternativeLabel={true}"
},
"completed": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "completed={true}"
},
"horizontal": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "orientation=\"horizontal\""
},
"root": { "description": "Styles applied to the root element." },
"vertical": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "orientation=\"vertical\""
}
}
}