Files
how2ice 005cf56baf
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
init project
2025-12-12 14:26:25 +09:00

33 lines
1.3 KiB
JSON

{
"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 <code>true</code>, 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": "<code>active={true}</code>"
},
"completed": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>completed={true}</code>"
},
"error": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>error={true}</code>"
},
"root": { "description": "Styles applied to the root element." },
"text": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the SVG text element" }
}
}