Files
react-test/docs/translations/api-docs/speed-dial-icon/speed-dial-icon.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

38 lines
1.4 KiB
JSON
Raw Normal View History

2025-12-12 14:26:25 +09:00
{
"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." }
}
}