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
70 lines
2.2 KiB
JSON
70 lines
2.2 KiB
JSON
{
|
|
"props": {
|
|
"direction": {
|
|
"type": { "name": "enum", "description": "'left'<br>| 'right'" },
|
|
"required": true
|
|
},
|
|
"orientation": {
|
|
"type": { "name": "enum", "description": "'horizontal'<br>| 'vertical'" },
|
|
"required": true
|
|
},
|
|
"children": { "type": { "name": "node" } },
|
|
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
|
|
"disabled": { "type": { "name": "bool" }, "default": "false" },
|
|
"slotProps": {
|
|
"type": {
|
|
"name": "shape",
|
|
"description": "{ endScrollButtonIcon?: func<br>| object, startScrollButtonIcon?: func<br>| object }"
|
|
},
|
|
"default": "{}"
|
|
},
|
|
"slots": {
|
|
"type": {
|
|
"name": "shape",
|
|
"description": "{ EndScrollButtonIcon?: elementType, StartScrollButtonIcon?: elementType }"
|
|
},
|
|
"default": "{}"
|
|
},
|
|
"sx": {
|
|
"type": {
|
|
"name": "union",
|
|
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
|
|
},
|
|
"additionalInfo": { "sx": true }
|
|
}
|
|
},
|
|
"name": "TabScrollButton",
|
|
"imports": [
|
|
"import TabScrollButton from '@mui/material/TabScrollButton';",
|
|
"import { TabScrollButton } from '@mui/material';"
|
|
],
|
|
"classes": [
|
|
{
|
|
"key": "disabled",
|
|
"className": "Mui-disabled",
|
|
"description": "State class applied to the root element if `disabled={true}`.",
|
|
"isGlobal": true
|
|
},
|
|
{
|
|
"key": "root",
|
|
"className": "MuiTabScrollButton-root",
|
|
"description": "Styles applied to the root element.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "vertical",
|
|
"className": "MuiTabScrollButton-vertical",
|
|
"description": "Styles applied to the root element if `orientation=\"vertical\"`.",
|
|
"isGlobal": false
|
|
}
|
|
],
|
|
"spread": true,
|
|
"themeDefaultProps": true,
|
|
"muiName": "MuiTabScrollButton",
|
|
"forwardsRefTo": "HTMLDivElement",
|
|
"filename": "/packages/mui-material/src/TabScrollButton/TabScrollButton.js",
|
|
"inheritance": null,
|
|
"demos": "<ul><li><a href=\"/material-ui/react-tabs/\">Tabs</a></li></ul>",
|
|
"cssComponent": false
|
|
}
|