{ "componentDescription": "", "propDescriptions": { "active": { "description": "Whether this step is active." }, "classes": { "description": "Override or extend the styles applied to the component." }, "completed": { "description": "Mark the step as completed. Is passed to child components." }, "error": { "description": "If true, the step is marked as failed." }, "icon": { "description": "The label displayed in the step icon." }, "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 root element", "conditions": "active={true}" }, "completed": { "description": "State class applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "completed={true}" }, "error": { "description": "State class applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "error={true}" }, "root": { "description": "Styles applied to the root element." }, "text": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the SVG text element" } } }