Files
react-test/docs/pages/material-ui/api/speed-dial-icon.json
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

66 lines
2.0 KiB
JSON

{
"props": {
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
"icon": { "type": { "name": "node" } },
"openIcon": { "type": { "name": "node" } },
"sx": {
"type": {
"name": "union",
"description": "Array&lt;func<br>&#124;&nbsp;object<br>&#124;&nbsp;bool&gt;<br>&#124;&nbsp;func<br>&#124;&nbsp;object"
},
"additionalInfo": { "sx": true }
}
},
"name": "SpeedDialIcon",
"imports": [
"import SpeedDialIcon from '@mui/material/SpeedDialIcon';",
"import { SpeedDialIcon } from '@mui/material';"
],
"classes": [
{
"key": "icon",
"className": "MuiSpeedDialIcon-icon",
"description": "Styles applied to the icon component.",
"isGlobal": false
},
{
"key": "iconOpen",
"className": "MuiSpeedDialIcon-iconOpen",
"description": "Styles applied to the icon component if `open={true}`.",
"isGlobal": false
},
{
"key": "iconWithOpenIconOpen",
"className": "MuiSpeedDialIcon-iconWithOpenIconOpen",
"description": "Styles applied to the icon when an `openIcon` is provided and if `open={true}`.",
"isGlobal": false
},
{
"key": "openIcon",
"className": "MuiSpeedDialIcon-openIcon",
"description": "Styles applied to the `openIcon` if provided.",
"isGlobal": false
},
{
"key": "openIconOpen",
"className": "MuiSpeedDialIcon-openIconOpen",
"description": "Styles applied to the `openIcon` if provided and if `open={true}`.",
"isGlobal": false
},
{
"key": "root",
"className": "MuiSpeedDialIcon-root",
"description": "Styles applied to the root element.",
"isGlobal": false
}
],
"spread": true,
"themeDefaultProps": true,
"muiName": "MuiSpeedDialIcon",
"forwardsRefTo": "HTMLSpanElement",
"filename": "/packages/mui-material/src/SpeedDialIcon/SpeedDialIcon.js",
"inheritance": null,
"demos": "<ul><li><a href=\"/material-ui/react-speed-dial/\">Speed Dial</a></li></ul>",
"cssComponent": false
}