Files
react-test/docs/pages/material-ui/api/tab-panel.json

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

43 lines
1.3 KiB
JSON
Raw Normal View History

2025-12-12 14:26:25 +09:00
{
"props": {
"value": {
"type": { "name": "union", "description": "number<br>&#124;&nbsp;string" },
"required": true
},
"children": { "type": { "name": "node" } },
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
"keepMounted": { "type": { "name": "bool" }, "default": "false" },
"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": "TabPanel",
"imports": ["import TabPanel from '@mui/lab/TabPanel';", "import { TabPanel } from '@mui/lab';"],
"classes": [
{
"key": "hidden",
"className": "MuiTabPanel-hidden",
"description": "State class applied to the root `div` element if `hidden={true}`.",
"isGlobal": false
},
{
"key": "root",
"className": "MuiTabPanel-root",
"description": "Styles applied to the root element.",
"isGlobal": false
}
],
"spread": true,
"themeDefaultProps": false,
"muiName": "MuiTabPanel",
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-lab/src/TabPanel/TabPanel.js",
"inheritance": null,
"demos": "<ul><li><a href=\"/material-ui/react-tabs/\">Tabs</a></li></ul>",
"cssComponent": false
}