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
53 lines
2.5 KiB
JSON
53 lines
2.5 KiB
JSON
{
|
|
"componentDescription": "",
|
|
"propDescriptions": {
|
|
"classes": { "description": "Override or extend the styles applied to the component." },
|
|
"delay": {
|
|
"description": "Adds a transition delay, to allow a series of SpeedDialActions to be animated."
|
|
},
|
|
"FabProps": {
|
|
"description": "Props applied to the <a href=\"https://mui.com/material-ui/api/fab/\"><code>Fab</code></a> component."
|
|
},
|
|
"icon": { "description": "The icon to display in the SpeedDial Fab." },
|
|
"id": {
|
|
"description": "This prop is used to help implement the accessibility logic. If you don't provide this prop. It falls back to a randomly generated id."
|
|
},
|
|
"open": { "description": "If <code>true</code>, the component is shown." },
|
|
"slotProps": { "description": "The props used for each slot inside." },
|
|
"slots": { "description": "The components used for each slot inside." },
|
|
"sx": {
|
|
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
|
|
},
|
|
"TooltipClasses": {
|
|
"description": "<code>classes</code> prop applied to the <a href=\"https://mui.com/material-ui/api/tooltip/\"><code>Tooltip</code></a> element."
|
|
},
|
|
"tooltipOpen": { "description": "Make the tooltip always visible when the SpeedDial is open." },
|
|
"tooltipPlacement": { "description": "Placement of the tooltip." },
|
|
"tooltipTitle": { "description": "Label to display in the tooltip." }
|
|
},
|
|
"classDescriptions": {
|
|
"fabClosed": {
|
|
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
|
|
"nodeName": "the Fab component",
|
|
"conditions": "<code>open={false}</code>"
|
|
},
|
|
"staticTooltipClosed": {
|
|
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
|
|
"nodeName": "the root element",
|
|
"conditions": "<code>tooltipOpen={true}</code> and <code>open={false}</code>"
|
|
},
|
|
"tooltipPlacementLeft": {
|
|
"description": "Styles applied to the root element if <code>tooltipOpen={true}</code> and `tooltipPlacement="left"``"
|
|
},
|
|
"tooltipPlacementRight": {
|
|
"description": "Styles applied to the root element if <code>tooltipOpen={true}</code> and `tooltipPlacement="right"``"
|
|
}
|
|
},
|
|
"slotDescriptions": {
|
|
"fab": "The component that renders the fab.",
|
|
"staticTooltip": "The component that renders the static tooltip.",
|
|
"staticTooltipLabel": "The component that renders the static tooltip label.",
|
|
"tooltip": "The component that renders the tooltip."
|
|
}
|
|
}
|