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

32 lines
1.2 KiB
JSON

{
"componentDescription": "",
"propDescriptions": {
"children": {
"description": "Can be a <code>StepLabel</code> or a node to place inside <code>StepLabel</code> as children."
},
"classes": { "description": "Override or extend the styles applied to the component." },
"icon": { "description": "The icon displayed by the step label." },
"optional": { "description": "The optional node to display." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": {
"horizontal": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"horizontal\"</code>"
},
"root": { "description": "Styles applied to the root element." },
"touchRipple": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the <code>ButtonBase</code> touch-ripple"
},
"vertical": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"vertical\"</code>"
}
}
}