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
102 lines
3.2 KiB
JSON
102 lines
3.2 KiB
JSON
{
|
|
"props": { "children": { "type": { "name": "node" } } },
|
|
"name": "TabList",
|
|
"imports": ["import TabList from '@mui/lab/TabList';", "import { TabList } from '@mui/lab';"],
|
|
"classes": [
|
|
{
|
|
"key": "centered",
|
|
"className": "MuiTabList-centered",
|
|
"description": "Styles applied to the flex container element if `centered={true}` & `!variant=\"scrollable\"`.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "fixed",
|
|
"className": "MuiTabList-fixed",
|
|
"description": "Styles applied to the tablist element if `!variant=\"scrollable\"`\b\b\b.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "flexContainer",
|
|
"className": "MuiTabList-flexContainer",
|
|
"description": "",
|
|
"isGlobal": false,
|
|
"isDeprecated": true
|
|
},
|
|
{
|
|
"key": "flexContainerVertical",
|
|
"className": "MuiTabList-flexContainerVertical",
|
|
"description": "",
|
|
"isGlobal": false,
|
|
"isDeprecated": true
|
|
},
|
|
{
|
|
"key": "hideScrollbar",
|
|
"className": "MuiTabList-hideScrollbar",
|
|
"description": "Styles applied to the tablist element if `variant=\"scrollable\"` and `visibleScrollbar={false}`.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "indicator",
|
|
"className": "MuiTabList-indicator",
|
|
"description": "Styles applied to the TabIndicator component.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "list",
|
|
"className": "MuiTabList-list",
|
|
"description": "Styles applied to the list element.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "root",
|
|
"className": "MuiTabList-root",
|
|
"description": "Styles applied to the root element.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "scrollableX",
|
|
"className": "MuiTabList-scrollableX",
|
|
"description": "Styles applied to the tablist element if `variant=\"scrollable\"` and `orientation=\"horizontal\"`.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "scrollableY",
|
|
"className": "MuiTabList-scrollableY",
|
|
"description": "Styles applied to the tablist element if `variant=\"scrollable\"` and `orientation=\"vertical\"`.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "scrollButtons",
|
|
"className": "MuiTabList-scrollButtons",
|
|
"description": "Styles applied to the ScrollButtonComponent component.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "scrollButtonsHideMobile",
|
|
"className": "MuiTabList-scrollButtonsHideMobile",
|
|
"description": "Styles applied to the ScrollButtonComponent component if `allowScrollButtonsMobile={true}`.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "scroller",
|
|
"className": "MuiTabList-scroller",
|
|
"description": "Styles applied to the tablist element.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "vertical",
|
|
"className": "MuiTabList-vertical",
|
|
"description": "Styles applied to the root element if `orientation=\"vertical\"`.",
|
|
"isGlobal": false
|
|
}
|
|
],
|
|
"spread": true,
|
|
"themeDefaultProps": false,
|
|
"muiName": "MuiTabList",
|
|
"forwardsRefTo": "HTMLDivElement",
|
|
"filename": "/packages/mui-lab/src/TabList/TabList.js",
|
|
"inheritance": { "component": "Tabs", "pathname": "/material-ui/api/tabs/" },
|
|
"demos": "<ul><li><a href=\"/material-ui/react-tabs/\">Tabs</a></li></ul>",
|
|
"cssComponent": false
|
|
}
|