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

38 lines
1.4 KiB
JSON

{
"componentDescription": "",
"propDescriptions": {
"classes": { "description": "Override or extend the styles applied to the component." },
"icon": { "description": "The icon to display." },
"openIcon": {
"description": "The icon to display in the SpeedDial Floating Action Button when the SpeedDial is open."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": {
"icon": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the icon component" },
"iconOpen": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the icon component",
"conditions": "<code>open={true}</code>"
},
"iconWithOpenIconOpen": {
"description": "Styles applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the icon",
"conditions": "an <code>openIcon</code> is provided and if <code>open={true}</code>"
},
"openIcon": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the <code>openIcon</code>",
"conditions": "provided"
},
"openIconOpen": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the <code>openIcon</code>",
"conditions": "provided and if <code>open={true}</code>"
},
"root": { "description": "Styles applied to the root element." }
}
}