index
int64
0
0
repo_id
stringlengths
16
181
file_path
stringlengths
28
270
content
stringlengths
1
11.6M
__index_level_0__
int64
0
10k
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/tab-context.js
import * as React from 'react'; import ApiPage from 'docs/src/modules/components/ApiPage'; import mapApiPageTranslations from 'docs/src/modules/utils/mapApiPageTranslations'; import jsonPageContent from './tab-context.json'; export default function Page(props) { const { descriptions, pageContent } = props; return <ApiPage descriptions={descriptions} pageContent={pageContent} />; } Page.getInitialProps = () => { const req = require.context( 'docs/translations/api-docs/tab-context', false, /tab-context.*.json$/, ); const descriptions = mapApiPageTranslations(req); return { descriptions, pageContent: jsonPageContent, }; };
4,800
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/tab-context.json
{ "props": { "value": { "type": { "name": "string" }, "required": true }, "children": { "type": { "name": "node" } } }, "name": "TabContext", "imports": [ "import TabContext from '@mui/lab/TabContext';", "import { TabContext } from '@mui/lab';" ], "styles": { "classes": [], "globalClasses": {}, "name": null }, "spread": true, "themeDefaultProps": null, "muiName": "MuiTabContext", "filename": "/packages/mui-lab/src/TabContext/TabContext.js", "inheritance": null, "demos": "<ul><li><a href=\"/material-ui/react-tabs/\">Tabs</a></li></ul>", "cssComponent": false }
4,801
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/tab-list.js
import * as React from 'react'; import ApiPage from 'docs/src/modules/components/ApiPage'; import mapApiPageTranslations from 'docs/src/modules/utils/mapApiPageTranslations'; import jsonPageContent from './tab-list.json'; export default function Page(props) { const { descriptions, pageContent } = props; return <ApiPage descriptions={descriptions} pageContent={pageContent} />; } Page.getInitialProps = () => { const req = require.context('docs/translations/api-docs/tab-list', false, /tab-list.*.json$/); const descriptions = mapApiPageTranslations(req); return { descriptions, pageContent: jsonPageContent, }; };
4,802
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/tab-list.json
{ "props": { "children": { "type": { "name": "node" } } }, "name": "TabList", "imports": ["import TabList from '@mui/lab/TabList';", "import { TabList } from '@mui/lab';"], "styles": { "classes": [ "root", "vertical", "flexContainer", "flexContainerVertical", "centered", "scroller", "fixed", "scrollableX", "scrollableY", "hideScrollbar", "scrollButtons", "scrollButtonsHideMobile", "indicator" ], "globalClasses": {}, "name": "MuiTabList" }, "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 }
4,803
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/tab-panel.js
import * as React from 'react'; import ApiPage from 'docs/src/modules/components/ApiPage'; import mapApiPageTranslations from 'docs/src/modules/utils/mapApiPageTranslations'; import jsonPageContent from './tab-panel.json'; export default function Page(props) { const { descriptions, pageContent } = props; return <ApiPage descriptions={descriptions} pageContent={pageContent} />; } Page.getInitialProps = () => { const req = require.context('docs/translations/api-docs/tab-panel', false, /tab-panel.*.json$/); const descriptions = mapApiPageTranslations(req); return { descriptions, pageContent: jsonPageContent, }; };
4,804
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/tab-panel.json
{ "props": { "value": { "type": { "name": "string" }, "required": true }, "children": { "type": { "name": "node" } }, "classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } }, "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';"], "styles": { "classes": ["root"], "globalClasses": {}, "name": "MuiTabPanel" }, "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 }
4,805
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/tab-scroll-button.js
import * as React from 'react'; import ApiPage from 'docs/src/modules/components/ApiPage'; import mapApiPageTranslations from 'docs/src/modules/utils/mapApiPageTranslations'; import jsonPageContent from './tab-scroll-button.json'; export default function Page(props) { const { descriptions, pageContent } = props; return <ApiPage descriptions={descriptions} pageContent={pageContent} />; } Page.getInitialProps = () => { const req = require.context( 'docs/translations/api-docs/tab-scroll-button', false, /tab-scroll-button.*.json$/, ); const descriptions = mapApiPageTranslations(req); return { descriptions, pageContent: jsonPageContent, }; };
4,806
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/tab-scroll-button.json
{ "props": { "direction": { "type": { "name": "enum", "description": "'left'<br>&#124;&nbsp;'right'" }, "required": true }, "orientation": { "type": { "name": "enum", "description": "'horizontal'<br>&#124;&nbsp;'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>&#124;&nbsp;object, startScrollButtonIcon?: func<br>&#124;&nbsp;object }" }, "default": "{}" }, "slots": { "type": { "name": "shape", "description": "{ EndScrollButtonIcon?: elementType, StartScrollButtonIcon?: elementType }" }, "default": "{}" }, "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": "TabScrollButton", "imports": [ "import TabScrollButton from '@mui/material/TabScrollButton';", "import { TabScrollButton } from '@mui/material';" ], "styles": { "classes": ["root", "vertical", "disabled"], "globalClasses": { "disabled": "Mui-disabled" }, "name": "MuiTabScrollButton" }, "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 }
4,807
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/tab.js
import * as React from 'react'; import ApiPage from 'docs/src/modules/components/ApiPage'; import mapApiPageTranslations from 'docs/src/modules/utils/mapApiPageTranslations'; import jsonPageContent from './tab.json'; export default function Page(props) { const { descriptions, pageContent } = props; return <ApiPage descriptions={descriptions} pageContent={pageContent} />; } Page.getInitialProps = () => { const req = require.context('docs/translations/api-docs/tab', false, /tab.*.json$/); const descriptions = mapApiPageTranslations(req); return { descriptions, pageContent: jsonPageContent, }; };
4,808
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/tab.json
{ "props": { "children": { "type": { "name": "custom", "description": "unsupportedProp" } }, "classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } }, "disabled": { "type": { "name": "bool" }, "default": "false" }, "disableFocusRipple": { "type": { "name": "bool" }, "default": "false" }, "disableRipple": { "type": { "name": "bool" }, "default": "false" }, "icon": { "type": { "name": "union", "description": "element<br>&#124;&nbsp;string" } }, "iconPosition": { "type": { "name": "enum", "description": "'bottom'<br>&#124;&nbsp;'end'<br>&#124;&nbsp;'start'<br>&#124;&nbsp;'top'" }, "default": "'top'" }, "label": { "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 } }, "value": { "type": { "name": "any" } }, "wrapped": { "type": { "name": "bool" }, "default": "false" } }, "name": "Tab", "imports": ["import Tab from '@mui/material/Tab';", "import { Tab } from '@mui/material';"], "styles": { "classes": [ "root", "labelIcon", "textColorInherit", "textColorPrimary", "textColorSecondary", "selected", "disabled", "fullWidth", "wrapped", "iconWrapper" ], "globalClasses": { "selected": "Mui-selected", "disabled": "Mui-disabled" }, "name": "MuiTab" }, "spread": true, "themeDefaultProps": true, "muiName": "MuiTab", "forwardsRefTo": "HTMLButtonElement", "filename": "/packages/mui-material/src/Tab/Tab.js", "inheritance": { "component": "ButtonBase", "pathname": "/material-ui/api/button-base/" }, "demos": "<ul><li><a href=\"/material-ui/react-tabs/\">Tabs</a></li></ul>", "cssComponent": false }
4,809
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/table-body.js
import * as React from 'react'; import ApiPage from 'docs/src/modules/components/ApiPage'; import mapApiPageTranslations from 'docs/src/modules/utils/mapApiPageTranslations'; import jsonPageContent from './table-body.json'; export default function Page(props) { const { descriptions, pageContent } = props; return <ApiPage descriptions={descriptions} pageContent={pageContent} />; } Page.getInitialProps = () => { const req = require.context('docs/translations/api-docs/table-body', false, /table-body.*.json$/); const descriptions = mapApiPageTranslations(req); return { descriptions, pageContent: jsonPageContent, }; };
4,810
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/table-body.json
{ "props": { "children": { "type": { "name": "node" } }, "classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } }, "component": { "type": { "name": "elementType" } }, "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": "TableBody", "imports": [ "import TableBody from '@mui/material/TableBody';", "import { TableBody } from '@mui/material';" ], "styles": { "classes": ["root"], "globalClasses": {}, "name": "MuiTableBody" }, "spread": true, "themeDefaultProps": true, "muiName": "MuiTableBody", "forwardsRefTo": "HTMLTableSectionElement", "filename": "/packages/mui-material/src/TableBody/TableBody.js", "inheritance": null, "demos": "<ul><li><a href=\"/material-ui/react-table/\">Table</a></li></ul>", "cssComponent": false }
4,811
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/table-cell.js
import * as React from 'react'; import ApiPage from 'docs/src/modules/components/ApiPage'; import mapApiPageTranslations from 'docs/src/modules/utils/mapApiPageTranslations'; import jsonPageContent from './table-cell.json'; export default function Page(props) { const { descriptions, pageContent } = props; return <ApiPage descriptions={descriptions} pageContent={pageContent} />; } Page.getInitialProps = () => { const req = require.context('docs/translations/api-docs/table-cell', false, /table-cell.*.json$/); const descriptions = mapApiPageTranslations(req); return { descriptions, pageContent: jsonPageContent, }; };
4,812
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/table-cell.json
{ "props": { "align": { "type": { "name": "enum", "description": "'center'<br>&#124;&nbsp;'inherit'<br>&#124;&nbsp;'justify'<br>&#124;&nbsp;'left'<br>&#124;&nbsp;'right'" }, "default": "'inherit'" }, "children": { "type": { "name": "node" } }, "classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } }, "component": { "type": { "name": "elementType" } }, "padding": { "type": { "name": "enum", "description": "'checkbox'<br>&#124;&nbsp;'none'<br>&#124;&nbsp;'normal'" } }, "scope": { "type": { "name": "string" } }, "size": { "type": { "name": "union", "description": "'medium'<br>&#124;&nbsp;'small'<br>&#124;&nbsp;string" } }, "sortDirection": { "type": { "name": "enum", "description": "'asc'<br>&#124;&nbsp;'desc'<br>&#124;&nbsp;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 } }, "variant": { "type": { "name": "union", "description": "'body'<br>&#124;&nbsp;'footer'<br>&#124;&nbsp;'head'<br>&#124;&nbsp;string" } } }, "name": "TableCell", "imports": [ "import TableCell from '@mui/material/TableCell';", "import { TableCell } from '@mui/material';" ], "styles": { "classes": [ "root", "head", "body", "footer", "sizeSmall", "sizeMedium", "paddingCheckbox", "paddingNone", "alignLeft", "alignCenter", "alignRight", "alignJustify", "stickyHeader" ], "globalClasses": {}, "name": "MuiTableCell" }, "spread": true, "themeDefaultProps": true, "muiName": "MuiTableCell", "forwardsRefTo": "HTMLTableCellElement", "filename": "/packages/mui-material/src/TableCell/TableCell.js", "inheritance": null, "demos": "<ul><li><a href=\"/material-ui/react-table/\">Table</a></li></ul>", "cssComponent": false }
4,813
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/table-container.js
import * as React from 'react'; import ApiPage from 'docs/src/modules/components/ApiPage'; import mapApiPageTranslations from 'docs/src/modules/utils/mapApiPageTranslations'; import jsonPageContent from './table-container.json'; export default function Page(props) { const { descriptions, pageContent } = props; return <ApiPage descriptions={descriptions} pageContent={pageContent} />; } Page.getInitialProps = () => { const req = require.context( 'docs/translations/api-docs/table-container', false, /table-container.*.json$/, ); const descriptions = mapApiPageTranslations(req); return { descriptions, pageContent: jsonPageContent, }; };
4,814
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/table-container.json
{ "props": { "children": { "type": { "name": "node" } }, "classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } }, "component": { "type": { "name": "elementType" } }, "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": "TableContainer", "imports": [ "import TableContainer from '@mui/material/TableContainer';", "import { TableContainer } from '@mui/material';" ], "styles": { "classes": ["root"], "globalClasses": {}, "name": "MuiTableContainer" }, "spread": true, "themeDefaultProps": true, "muiName": "MuiTableContainer", "forwardsRefTo": "HTMLDivElement", "filename": "/packages/mui-material/src/TableContainer/TableContainer.js", "inheritance": null, "demos": "<ul><li><a href=\"/material-ui/react-table/\">Table</a></li></ul>", "cssComponent": false }
4,815
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/table-footer.js
import * as React from 'react'; import ApiPage from 'docs/src/modules/components/ApiPage'; import mapApiPageTranslations from 'docs/src/modules/utils/mapApiPageTranslations'; import jsonPageContent from './table-footer.json'; export default function Page(props) { const { descriptions, pageContent } = props; return <ApiPage descriptions={descriptions} pageContent={pageContent} />; } Page.getInitialProps = () => { const req = require.context( 'docs/translations/api-docs/table-footer', false, /table-footer.*.json$/, ); const descriptions = mapApiPageTranslations(req); return { descriptions, pageContent: jsonPageContent, }; };
4,816
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/table-footer.json
{ "props": { "children": { "type": { "name": "node" } }, "classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } }, "component": { "type": { "name": "elementType" } }, "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": "TableFooter", "imports": [ "import TableFooter from '@mui/material/TableFooter';", "import { TableFooter } from '@mui/material';" ], "styles": { "classes": ["root"], "globalClasses": {}, "name": "MuiTableFooter" }, "spread": true, "themeDefaultProps": true, "muiName": "MuiTableFooter", "forwardsRefTo": "HTMLTableSectionElement", "filename": "/packages/mui-material/src/TableFooter/TableFooter.js", "inheritance": null, "demos": "<ul><li><a href=\"/material-ui/react-table/\">Table</a></li></ul>", "cssComponent": false }
4,817
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/table-head.js
import * as React from 'react'; import ApiPage from 'docs/src/modules/components/ApiPage'; import mapApiPageTranslations from 'docs/src/modules/utils/mapApiPageTranslations'; import jsonPageContent from './table-head.json'; export default function Page(props) { const { descriptions, pageContent } = props; return <ApiPage descriptions={descriptions} pageContent={pageContent} />; } Page.getInitialProps = () => { const req = require.context('docs/translations/api-docs/table-head', false, /table-head.*.json$/); const descriptions = mapApiPageTranslations(req); return { descriptions, pageContent: jsonPageContent, }; };
4,818
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/table-head.json
{ "props": { "children": { "type": { "name": "node" } }, "classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } }, "component": { "type": { "name": "elementType" } }, "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": "TableHead", "imports": [ "import TableHead from '@mui/material/TableHead';", "import { TableHead } from '@mui/material';" ], "styles": { "classes": ["root"], "globalClasses": {}, "name": "MuiTableHead" }, "spread": true, "themeDefaultProps": true, "muiName": "MuiTableHead", "forwardsRefTo": "HTMLTableSectionElement", "filename": "/packages/mui-material/src/TableHead/TableHead.js", "inheritance": null, "demos": "<ul><li><a href=\"/material-ui/react-table/\">Table</a></li></ul>", "cssComponent": false }
4,819
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/table-pagination.js
import * as React from 'react'; import ApiPage from 'docs/src/modules/components/ApiPage'; import mapApiPageTranslations from 'docs/src/modules/utils/mapApiPageTranslations'; import jsonPageContent from './table-pagination.json'; export default function Page(props) { const { descriptions, pageContent } = props; return <ApiPage descriptions={descriptions} pageContent={pageContent} />; } Page.getInitialProps = () => { const req = require.context( 'docs/translations/api-docs/table-pagination', false, /table-pagination.*.json$/, ); const descriptions = mapApiPageTranslations(req); return { descriptions, pageContent: jsonPageContent, }; };
4,820
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/table-pagination.json
{ "props": { "count": { "type": { "name": "custom", "description": "integer" }, "required": true }, "onPageChange": { "type": { "name": "func" }, "required": true, "signature": { "type": "function(event: React.MouseEvent<HTMLButtonElement> | null, page: number) => void", "describedArgs": ["event", "page"] } }, "page": { "type": { "name": "custom", "description": "integer" }, "required": true }, "rowsPerPage": { "type": { "name": "custom", "description": "integer" }, "required": true }, "ActionsComponent": { "type": { "name": "elementType" }, "default": "TablePaginationActions" }, "backIconButtonProps": { "type": { "name": "object" }, "deprecated": true, "deprecationInfo": "Use <code>slotProps.actions.previousButton</code> instead." }, "classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } }, "component": { "type": { "name": "elementType" } }, "disabled": { "type": { "name": "bool" }, "default": "false" }, "getItemAriaLabel": { "type": { "name": "func" }, "default": "function defaultGetAriaLabel(type) {\n return `Go to ${type} page`;\n}", "signature": { "type": "function(type: string) => string", "describedArgs": ["type"] } }, "labelDisplayedRows": { "type": { "name": "func" }, "default": "function defaultLabelDisplayedRows({ from, to, count }) {\n return `${from}–${to} of ${count !== -1 ? count : `more than ${to}`}`;\n}" }, "labelRowsPerPage": { "type": { "name": "node" }, "default": "'Rows per page:'" }, "nextIconButtonProps": { "type": { "name": "object" }, "deprecated": true, "deprecationInfo": "Use <code>slotProps.actions.nextButton</code> instead." }, "onRowsPerPageChange": { "type": { "name": "func" }, "signature": { "type": "function(event: React.ChangeEvent<HTMLTextAreaElement | HTMLInputElement>) => void", "describedArgs": ["event"] } }, "rowsPerPageOptions": { "type": { "name": "arrayOf", "description": "Array&lt;number<br>&#124;&nbsp;{ label: string, value: number }&gt;" }, "default": "[10, 25, 50, 100]" }, "SelectProps": { "type": { "name": "object" }, "default": "{}", "deprecated": true, "deprecationInfo": "Use <code>slotProps.select</code> instead." }, "showFirstButton": { "type": { "name": "bool" }, "default": "false" }, "showLastButton": { "type": { "name": "bool" }, "default": "false" }, "slotProps": { "type": { "name": "shape", "description": "{ actions?: { firstButton?: object, lastButton?: object, nextButton?: object, previousButton?: object }, select?: object }" }, "default": "{}" }, "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": "TablePagination", "imports": [ "import TablePagination from '@mui/material/TablePagination';", "import { TablePagination } from '@mui/material';" ], "styles": { "classes": [ "root", "toolbar", "spacer", "selectLabel", "selectRoot", "select", "selectIcon", "input", "menuItem", "displayedRows", "actions" ], "globalClasses": {}, "name": "MuiTablePagination" }, "spread": true, "themeDefaultProps": true, "muiName": "MuiTablePagination", "forwardsRefTo": "HTMLTableCellElement", "filename": "/packages/mui-material/src/TablePagination/TablePagination.js", "inheritance": { "component": "TableCell", "pathname": "/material-ui/api/table-cell/" }, "demos": "<ul><li><a href=\"/material-ui/react-pagination/\">Pagination</a></li>\n<li><a href=\"/material-ui/react-table/\">Table</a></li></ul>", "cssComponent": false }
4,821
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/table-row.js
import * as React from 'react'; import ApiPage from 'docs/src/modules/components/ApiPage'; import mapApiPageTranslations from 'docs/src/modules/utils/mapApiPageTranslations'; import jsonPageContent from './table-row.json'; export default function Page(props) { const { descriptions, pageContent } = props; return <ApiPage descriptions={descriptions} pageContent={pageContent} />; } Page.getInitialProps = () => { const req = require.context('docs/translations/api-docs/table-row', false, /table-row.*.json$/); const descriptions = mapApiPageTranslations(req); return { descriptions, pageContent: jsonPageContent, }; };
4,822
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/table-row.json
{ "props": { "children": { "type": { "name": "node" } }, "classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } }, "component": { "type": { "name": "elementType" } }, "hover": { "type": { "name": "bool" }, "default": "false" }, "selected": { "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": "TableRow", "imports": [ "import TableRow from '@mui/material/TableRow';", "import { TableRow } from '@mui/material';" ], "styles": { "classes": ["root", "selected", "hover", "head", "footer"], "globalClasses": { "selected": "Mui-selected" }, "name": "MuiTableRow" }, "spread": true, "themeDefaultProps": true, "muiName": "MuiTableRow", "forwardsRefTo": "HTMLTableRowElement", "filename": "/packages/mui-material/src/TableRow/TableRow.js", "inheritance": null, "demos": "<ul><li><a href=\"/material-ui/react-table/\">Table</a></li></ul>", "cssComponent": false }
4,823
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/table-sort-label.js
import * as React from 'react'; import ApiPage from 'docs/src/modules/components/ApiPage'; import mapApiPageTranslations from 'docs/src/modules/utils/mapApiPageTranslations'; import jsonPageContent from './table-sort-label.json'; export default function Page(props) { const { descriptions, pageContent } = props; return <ApiPage descriptions={descriptions} pageContent={pageContent} />; } Page.getInitialProps = () => { const req = require.context( 'docs/translations/api-docs/table-sort-label', false, /table-sort-label.*.json$/, ); const descriptions = mapApiPageTranslations(req); return { descriptions, pageContent: jsonPageContent, }; };
4,824
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/table-sort-label.json
{ "props": { "active": { "type": { "name": "bool" }, "default": "false" }, "children": { "type": { "name": "node" } }, "classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } }, "direction": { "type": { "name": "enum", "description": "'asc'<br>&#124;&nbsp;'desc'" }, "default": "'asc'" }, "hideSortIcon": { "type": { "name": "bool" }, "default": "false" }, "IconComponent": { "type": { "name": "elementType" }, "default": "ArrowDownwardIcon" }, "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": "TableSortLabel", "imports": [ "import TableSortLabel from '@mui/material/TableSortLabel';", "import { TableSortLabel } from '@mui/material';" ], "styles": { "classes": ["root", "active", "icon", "iconDirectionDesc", "iconDirectionAsc"], "globalClasses": { "active": "Mui-active" }, "name": "MuiTableSortLabel" }, "spread": true, "themeDefaultProps": true, "muiName": "MuiTableSortLabel", "forwardsRefTo": "HTMLSpanElement", "filename": "/packages/mui-material/src/TableSortLabel/TableSortLabel.js", "inheritance": { "component": "ButtonBase", "pathname": "/material-ui/api/button-base/" }, "demos": "<ul><li><a href=\"/material-ui/react-table/\">Table</a></li></ul>", "cssComponent": false }
4,825
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/table.js
import * as React from 'react'; import ApiPage from 'docs/src/modules/components/ApiPage'; import mapApiPageTranslations from 'docs/src/modules/utils/mapApiPageTranslations'; import jsonPageContent from './table.json'; export default function Page(props) { const { descriptions, pageContent } = props; return <ApiPage descriptions={descriptions} pageContent={pageContent} />; } Page.getInitialProps = () => { const req = require.context('docs/translations/api-docs/table', false, /table.*.json$/); const descriptions = mapApiPageTranslations(req); return { descriptions, pageContent: jsonPageContent, }; };
4,826
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/table.json
{ "props": { "children": { "type": { "name": "node" } }, "classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } }, "component": { "type": { "name": "elementType" } }, "padding": { "type": { "name": "enum", "description": "'checkbox'<br>&#124;&nbsp;'none'<br>&#124;&nbsp;'normal'" }, "default": "'normal'" }, "size": { "type": { "name": "union", "description": "'medium'<br>&#124;&nbsp;'small'<br>&#124;&nbsp;string" }, "default": "'medium'" }, "stickyHeader": { "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": "Table", "imports": ["import Table from '@mui/material/Table';", "import { Table } from '@mui/material';"], "styles": { "classes": ["root", "stickyHeader"], "globalClasses": {}, "name": "MuiTable" }, "spread": true, "themeDefaultProps": true, "muiName": "MuiTable", "forwardsRefTo": "HTMLTableElement", "filename": "/packages/mui-material/src/Table/Table.js", "inheritance": null, "demos": "<ul><li><a href=\"/material-ui/react-table/\">Table</a></li></ul>", "cssComponent": false }
4,827
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/tabs.js
import * as React from 'react'; import ApiPage from 'docs/src/modules/components/ApiPage'; import mapApiPageTranslations from 'docs/src/modules/utils/mapApiPageTranslations'; import jsonPageContent from './tabs.json'; export default function Page(props) { const { descriptions, pageContent } = props; return <ApiPage descriptions={descriptions} pageContent={pageContent} />; } Page.getInitialProps = () => { const req = require.context('docs/translations/api-docs/tabs', false, /tabs.*.json$/); const descriptions = mapApiPageTranslations(req); return { descriptions, pageContent: jsonPageContent, }; };
4,828
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/tabs.json
{ "props": { "action": { "type": { "name": "custom", "description": "ref" } }, "allowScrollButtonsMobile": { "type": { "name": "bool" }, "default": "false" }, "aria-label": { "type": { "name": "string" } }, "aria-labelledby": { "type": { "name": "string" } }, "centered": { "type": { "name": "bool" }, "default": "false" }, "children": { "type": { "name": "node" } }, "classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } }, "component": { "type": { "name": "elementType" } }, "indicatorColor": { "type": { "name": "union", "description": "'primary'<br>&#124;&nbsp;'secondary'<br>&#124;&nbsp;string" }, "default": "'primary'" }, "onChange": { "type": { "name": "func" }, "signature": { "type": "function(event: React.SyntheticEvent, value: any) => void", "describedArgs": ["event", "value"] } }, "orientation": { "type": { "name": "enum", "description": "'horizontal'<br>&#124;&nbsp;'vertical'" }, "default": "'horizontal'" }, "ScrollButtonComponent": { "type": { "name": "elementType" }, "default": "TabScrollButton" }, "scrollButtons": { "type": { "name": "enum", "description": "'auto'<br>&#124;&nbsp;false<br>&#124;&nbsp;true" }, "default": "'auto'" }, "selectionFollowsFocus": { "type": { "name": "bool" } }, "slotProps": { "type": { "name": "shape", "description": "{ endScrollButtonIcon?: func<br>&#124;&nbsp;object, startScrollButtonIcon?: func<br>&#124;&nbsp;object }" }, "default": "{}" }, "slots": { "type": { "name": "shape", "description": "{ EndScrollButtonIcon?: elementType, StartScrollButtonIcon?: elementType }" }, "default": "{}" }, "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 } }, "TabIndicatorProps": { "type": { "name": "object" }, "default": "{}" }, "TabScrollButtonProps": { "type": { "name": "object" }, "default": "{}" }, "textColor": { "type": { "name": "enum", "description": "'inherit'<br>&#124;&nbsp;'primary'<br>&#124;&nbsp;'secondary'" }, "default": "'primary'" }, "value": { "type": { "name": "any" } }, "variant": { "type": { "name": "enum", "description": "'fullWidth'<br>&#124;&nbsp;'scrollable'<br>&#124;&nbsp;'standard'" }, "default": "'standard'" }, "visibleScrollbar": { "type": { "name": "bool" }, "default": "false" } }, "name": "Tabs", "imports": ["import Tabs from '@mui/material/Tabs';", "import { Tabs } from '@mui/material';"], "styles": { "classes": [ "root", "vertical", "flexContainer", "flexContainerVertical", "centered", "scroller", "fixed", "scrollableX", "scrollableY", "hideScrollbar", "scrollButtons", "scrollButtonsHideMobile", "indicator" ], "globalClasses": {}, "name": "MuiTabs" }, "spread": true, "themeDefaultProps": true, "muiName": "MuiTabs", "forwardsRefTo": "HTMLDivElement", "filename": "/packages/mui-material/src/Tabs/Tabs.js", "inheritance": null, "demos": "<ul><li><a href=\"/material-ui/react-tabs/\">Tabs</a></li></ul>", "cssComponent": false }
4,829
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/text-field.js
import * as React from 'react'; import ApiPage from 'docs/src/modules/components/ApiPage'; import mapApiPageTranslations from 'docs/src/modules/utils/mapApiPageTranslations'; import jsonPageContent from './text-field.json'; export default function Page(props) { const { descriptions, pageContent } = props; return <ApiPage descriptions={descriptions} pageContent={pageContent} />; } Page.getInitialProps = () => { const req = require.context('docs/translations/api-docs/text-field', false, /text-field.*.json$/); const descriptions = mapApiPageTranslations(req); return { descriptions, pageContent: jsonPageContent, }; };
4,830
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/text-field.json
{ "props": { "autoComplete": { "type": { "name": "string" } }, "autoFocus": { "type": { "name": "bool" }, "default": "false" }, "classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } }, "color": { "type": { "name": "union", "description": "'primary'<br>&#124;&nbsp;'secondary'<br>&#124;&nbsp;'error'<br>&#124;&nbsp;'info'<br>&#124;&nbsp;'success'<br>&#124;&nbsp;'warning'<br>&#124;&nbsp;string" }, "default": "'primary'" }, "defaultValue": { "type": { "name": "any" } }, "disabled": { "type": { "name": "bool" }, "default": "false" }, "error": { "type": { "name": "bool" }, "default": "false" }, "FormHelperTextProps": { "type": { "name": "object" } }, "fullWidth": { "type": { "name": "bool" }, "default": "false" }, "helperText": { "type": { "name": "node" } }, "id": { "type": { "name": "string" } }, "InputLabelProps": { "type": { "name": "object" } }, "inputProps": { "type": { "name": "object" } }, "InputProps": { "type": { "name": "object" } }, "inputRef": { "type": { "name": "custom", "description": "ref" } }, "label": { "type": { "name": "node" } }, "margin": { "type": { "name": "enum", "description": "'dense'<br>&#124;&nbsp;'none'<br>&#124;&nbsp;'normal'" }, "default": "'none'" }, "maxRows": { "type": { "name": "union", "description": "number<br>&#124;&nbsp;string" } }, "minRows": { "type": { "name": "union", "description": "number<br>&#124;&nbsp;string" } }, "multiline": { "type": { "name": "bool" }, "default": "false" }, "name": { "type": { "name": "string" } }, "onChange": { "type": { "name": "func" }, "signature": { "type": "function(event: object) => void", "describedArgs": ["event"] } }, "placeholder": { "type": { "name": "string" } }, "required": { "type": { "name": "bool" }, "default": "false" }, "rows": { "type": { "name": "union", "description": "number<br>&#124;&nbsp;string" } }, "select": { "type": { "name": "bool" }, "default": "false" }, "SelectProps": { "type": { "name": "object" } }, "size": { "type": { "name": "union", "description": "'medium'<br>&#124;&nbsp;'small'<br>&#124;&nbsp;string" } }, "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 } }, "type": { "type": { "name": "string" } }, "value": { "type": { "name": "any" } }, "variant": { "type": { "name": "enum", "description": "'filled'<br>&#124;&nbsp;'outlined'<br>&#124;&nbsp;'standard'" }, "default": "'outlined'" } }, "name": "TextField", "imports": [ "import TextField from '@mui/material/TextField';", "import { TextField } from '@mui/material';" ], "styles": { "classes": ["root"], "globalClasses": {}, "name": "MuiTextField" }, "spread": true, "themeDefaultProps": true, "muiName": "MuiTextField", "forwardsRefTo": "HTMLDivElement", "filename": "/packages/mui-material/src/TextField/TextField.js", "inheritance": { "component": "FormControl", "pathname": "/material-ui/api/form-control/" }, "demos": "<ul><li><a href=\"/material-ui/react-autocomplete/\">Autocomplete</a></li>\n<li><a href=\"/material-ui/react-text-field/\">Text Field</a></li></ul>", "cssComponent": false }
4,831
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/timeline-connector.js
import * as React from 'react'; import ApiPage from 'docs/src/modules/components/ApiPage'; import mapApiPageTranslations from 'docs/src/modules/utils/mapApiPageTranslations'; import jsonPageContent from './timeline-connector.json'; export default function Page(props) { const { descriptions, pageContent } = props; return <ApiPage descriptions={descriptions} pageContent={pageContent} />; } Page.getInitialProps = () => { const req = require.context( 'docs/translations/api-docs/timeline-connector', false, /timeline-connector.*.json$/, ); const descriptions = mapApiPageTranslations(req); return { descriptions, pageContent: jsonPageContent, }; };
4,832
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/timeline-connector.json
{ "props": { "children": { "type": { "name": "node" } }, "classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } }, "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": "TimelineConnector", "imports": [ "import TimelineConnector from '@mui/lab/TimelineConnector';", "import { TimelineConnector } from '@mui/lab';" ], "styles": { "classes": ["root"], "globalClasses": {}, "name": "MuiTimelineConnector" }, "spread": true, "themeDefaultProps": true, "muiName": "MuiTimelineConnector", "forwardsRefTo": "HTMLSpanElement", "filename": "/packages/mui-lab/src/TimelineConnector/TimelineConnector.js", "inheritance": null, "demos": "<ul><li><a href=\"/material-ui/react-timeline/\">Timeline</a></li></ul>", "cssComponent": false }
4,833
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/timeline-content.js
import * as React from 'react'; import ApiPage from 'docs/src/modules/components/ApiPage'; import mapApiPageTranslations from 'docs/src/modules/utils/mapApiPageTranslations'; import jsonPageContent from './timeline-content.json'; export default function Page(props) { const { descriptions, pageContent } = props; return <ApiPage descriptions={descriptions} pageContent={pageContent} />; } Page.getInitialProps = () => { const req = require.context( 'docs/translations/api-docs/timeline-content', false, /timeline-content.*.json$/, ); const descriptions = mapApiPageTranslations(req); return { descriptions, pageContent: jsonPageContent, }; };
4,834
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/timeline-content.json
{ "props": { "children": { "type": { "name": "node" } }, "classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } }, "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": "TimelineContent", "imports": [ "import TimelineContent from '@mui/lab/TimelineContent';", "import { TimelineContent } from '@mui/lab';" ], "styles": { "classes": [ "root", "positionRight", "positionLeft", "positionAlternate", "positionAlternateReverse" ], "globalClasses": {}, "name": "MuiTimelineContent" }, "spread": true, "themeDefaultProps": true, "muiName": "MuiTimelineContent", "forwardsRefTo": "HTMLDivElement", "filename": "/packages/mui-lab/src/TimelineContent/TimelineContent.js", "inheritance": { "component": "Typography", "pathname": "/material-ui/api/typography/" }, "demos": "<ul><li><a href=\"/material-ui/react-timeline/\">Timeline</a></li></ul>", "cssComponent": false }
4,835
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/timeline-dot.js
import * as React from 'react'; import ApiPage from 'docs/src/modules/components/ApiPage'; import mapApiPageTranslations from 'docs/src/modules/utils/mapApiPageTranslations'; import jsonPageContent from './timeline-dot.json'; export default function Page(props) { const { descriptions, pageContent } = props; return <ApiPage descriptions={descriptions} pageContent={pageContent} />; } Page.getInitialProps = () => { const req = require.context( 'docs/translations/api-docs/timeline-dot', false, /timeline-dot.*.json$/, ); const descriptions = mapApiPageTranslations(req); return { descriptions, pageContent: jsonPageContent, }; };
4,836
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/timeline-dot.json
{ "props": { "children": { "type": { "name": "node" } }, "classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } }, "color": { "type": { "name": "union", "description": "'error'<br>&#124;&nbsp;'grey'<br>&#124;&nbsp;'info'<br>&#124;&nbsp;'inherit'<br>&#124;&nbsp;'primary'<br>&#124;&nbsp;'secondary'<br>&#124;&nbsp;'success'<br>&#124;&nbsp;'warning'<br>&#124;&nbsp;string" }, "default": "'grey'" }, "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 } }, "variant": { "type": { "name": "union", "description": "'filled'<br>&#124;&nbsp;'outlined'<br>&#124;&nbsp;string" }, "default": "'filled'" } }, "name": "TimelineDot", "imports": [ "import TimelineDot from '@mui/lab/TimelineDot';", "import { TimelineDot } from '@mui/lab';" ], "styles": { "classes": [ "root", "filled", "outlined", "filledGrey", "outlinedGrey", "filledPrimary", "outlinedPrimary", "filledSecondary", "outlinedSecondary" ], "globalClasses": {}, "name": "MuiTimelineDot" }, "spread": true, "themeDefaultProps": true, "muiName": "MuiTimelineDot", "forwardsRefTo": "HTMLSpanElement", "filename": "/packages/mui-lab/src/TimelineDot/TimelineDot.js", "inheritance": null, "demos": "<ul><li><a href=\"/material-ui/react-timeline/\">Timeline</a></li></ul>", "cssComponent": false }
4,837
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/timeline-item.js
import * as React from 'react'; import ApiPage from 'docs/src/modules/components/ApiPage'; import mapApiPageTranslations from 'docs/src/modules/utils/mapApiPageTranslations'; import jsonPageContent from './timeline-item.json'; export default function Page(props) { const { descriptions, pageContent } = props; return <ApiPage descriptions={descriptions} pageContent={pageContent} />; } Page.getInitialProps = () => { const req = require.context( 'docs/translations/api-docs/timeline-item', false, /timeline-item.*.json$/, ); const descriptions = mapApiPageTranslations(req); return { descriptions, pageContent: jsonPageContent, }; };
4,838
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/timeline-item.json
{ "props": { "children": { "type": { "name": "node" } }, "classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } }, "position": { "type": { "name": "enum", "description": "'alternate-reverse'<br>&#124;&nbsp;'alternate'<br>&#124;&nbsp;'left'<br>&#124;&nbsp;'right'" } }, "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": "TimelineItem", "imports": [ "import TimelineItem from '@mui/lab/TimelineItem';", "import { TimelineItem } from '@mui/lab';" ], "styles": { "classes": [ "root", "positionLeft", "positionRight", "positionAlternate", "positionAlternateReverse", "missingOppositeContent" ], "globalClasses": {}, "name": "MuiTimelineItem" }, "spread": true, "themeDefaultProps": true, "muiName": "MuiTimelineItem", "forwardsRefTo": "HTMLLIElement", "filename": "/packages/mui-lab/src/TimelineItem/TimelineItem.js", "inheritance": null, "demos": "<ul><li><a href=\"/material-ui/react-timeline/\">Timeline</a></li></ul>", "cssComponent": false }
4,839
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/timeline-opposite-content.js
import * as React from 'react'; import ApiPage from 'docs/src/modules/components/ApiPage'; import mapApiPageTranslations from 'docs/src/modules/utils/mapApiPageTranslations'; import jsonPageContent from './timeline-opposite-content.json'; export default function Page(props) { const { descriptions, pageContent } = props; return <ApiPage descriptions={descriptions} pageContent={pageContent} />; } Page.getInitialProps = () => { const req = require.context( 'docs/translations/api-docs/timeline-opposite-content', false, /timeline-opposite-content.*.json$/, ); const descriptions = mapApiPageTranslations(req); return { descriptions, pageContent: jsonPageContent, }; };
4,840
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/timeline-opposite-content.json
{ "props": { "children": { "type": { "name": "node" } }, "classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } }, "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": "TimelineOppositeContent", "imports": [ "import TimelineOppositeContent from '@mui/lab/TimelineOppositeContent';", "import { TimelineOppositeContent } from '@mui/lab';" ], "styles": { "classes": [ "root", "positionRight", "positionLeft", "positionAlternate", "positionAlternateReverse" ], "globalClasses": {}, "name": "MuiTimelineOppositeContent" }, "spread": true, "themeDefaultProps": true, "muiName": "MuiTimelineOppositeContent", "forwardsRefTo": "HTMLDivElement", "filename": "/packages/mui-lab/src/TimelineOppositeContent/TimelineOppositeContent.js", "inheritance": { "component": "Typography", "pathname": "/material-ui/api/typography/" }, "demos": "<ul><li><a href=\"/material-ui/react-timeline/\">Timeline</a></li></ul>", "cssComponent": false }
4,841
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/timeline-separator.js
import * as React from 'react'; import ApiPage from 'docs/src/modules/components/ApiPage'; import mapApiPageTranslations from 'docs/src/modules/utils/mapApiPageTranslations'; import jsonPageContent from './timeline-separator.json'; export default function Page(props) { const { descriptions, pageContent } = props; return <ApiPage descriptions={descriptions} pageContent={pageContent} />; } Page.getInitialProps = () => { const req = require.context( 'docs/translations/api-docs/timeline-separator', false, /timeline-separator.*.json$/, ); const descriptions = mapApiPageTranslations(req); return { descriptions, pageContent: jsonPageContent, }; };
4,842
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/timeline-separator.json
{ "props": { "children": { "type": { "name": "node" } }, "classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } }, "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": "TimelineSeparator", "imports": [ "import TimelineSeparator from '@mui/lab/TimelineSeparator';", "import { TimelineSeparator } from '@mui/lab';" ], "styles": { "classes": ["root"], "globalClasses": {}, "name": "MuiTimelineSeparator" }, "spread": true, "themeDefaultProps": true, "muiName": "MuiTimelineSeparator", "forwardsRefTo": "HTMLDivElement", "filename": "/packages/mui-lab/src/TimelineSeparator/TimelineSeparator.js", "inheritance": null, "demos": "<ul><li><a href=\"/material-ui/react-timeline/\">Timeline</a></li></ul>", "cssComponent": false }
4,843
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/timeline.js
import * as React from 'react'; import ApiPage from 'docs/src/modules/components/ApiPage'; import mapApiPageTranslations from 'docs/src/modules/utils/mapApiPageTranslations'; import jsonPageContent from './timeline.json'; export default function Page(props) { const { descriptions, pageContent } = props; return <ApiPage descriptions={descriptions} pageContent={pageContent} />; } Page.getInitialProps = () => { const req = require.context('docs/translations/api-docs/timeline', false, /timeline.*.json$/); const descriptions = mapApiPageTranslations(req); return { descriptions, pageContent: jsonPageContent, }; };
4,844
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/timeline.json
{ "props": { "children": { "type": { "name": "node" } }, "classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } }, "className": { "type": { "name": "string" } }, "position": { "type": { "name": "enum", "description": "'alternate-reverse'<br>&#124;&nbsp;'alternate'<br>&#124;&nbsp;'left'<br>&#124;&nbsp;'right'" }, "default": "'right'" }, "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": "Timeline", "imports": ["import Timeline from '@mui/lab/Timeline';", "import { Timeline } from '@mui/lab';"], "styles": { "classes": [ "root", "positionLeft", "positionRight", "positionAlternate", "positionAlternateReverse" ], "globalClasses": {}, "name": "MuiTimeline" }, "spread": true, "themeDefaultProps": true, "muiName": "MuiTimeline", "forwardsRefTo": "HTMLUListElement", "filename": "/packages/mui-lab/src/Timeline/Timeline.tsx", "inheritance": null, "demos": "<ul><li><a href=\"/material-ui/react-timeline/\">Timeline</a></li></ul>", "cssComponent": false }
4,845
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/toggle-button-group.js
import * as React from 'react'; import ApiPage from 'docs/src/modules/components/ApiPage'; import mapApiPageTranslations from 'docs/src/modules/utils/mapApiPageTranslations'; import jsonPageContent from './toggle-button-group.json'; export default function Page(props) { const { descriptions, pageContent } = props; return <ApiPage descriptions={descriptions} pageContent={pageContent} />; } Page.getInitialProps = () => { const req = require.context( 'docs/translations/api-docs/toggle-button-group', false, /toggle-button-group.*.json$/, ); const descriptions = mapApiPageTranslations(req); return { descriptions, pageContent: jsonPageContent, }; };
4,846
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/toggle-button-group.json
{ "props": { "children": { "type": { "name": "node" } }, "classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } }, "color": { "type": { "name": "union", "description": "'standard'<br>&#124;&nbsp;'primary'<br>&#124;&nbsp;'secondary'<br>&#124;&nbsp;'error'<br>&#124;&nbsp;'info'<br>&#124;&nbsp;'success'<br>&#124;&nbsp;'warning'<br>&#124;&nbsp;string" }, "default": "'standard'" }, "disabled": { "type": { "name": "bool" }, "default": "false" }, "exclusive": { "type": { "name": "bool" }, "default": "false" }, "fullWidth": { "type": { "name": "bool" }, "default": "false" }, "onChange": { "type": { "name": "func" }, "signature": { "type": "function(event: React.MouseEvent<HTMLElement>, value: any) => void", "describedArgs": ["event", "value"] } }, "orientation": { "type": { "name": "enum", "description": "'horizontal'<br>&#124;&nbsp;'vertical'" }, "default": "'horizontal'" }, "size": { "type": { "name": "union", "description": "'small'<br>&#124;&nbsp;'medium'<br>&#124;&nbsp;'large'<br>&#124;&nbsp;string" }, "default": "'medium'" }, "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 } }, "value": { "type": { "name": "any" } } }, "name": "ToggleButtonGroup", "imports": [ "import ToggleButtonGroup from '@mui/material/ToggleButtonGroup';", "import { ToggleButtonGroup } from '@mui/material';" ], "styles": { "classes": [ "root", "vertical", "disabled", "grouped", "groupedHorizontal", "groupedVertical", "fullWidth" ], "globalClasses": { "disabled": "Mui-disabled" }, "name": "MuiToggleButtonGroup" }, "spread": true, "themeDefaultProps": true, "muiName": "MuiToggleButtonGroup", "forwardsRefTo": "HTMLDivElement", "filename": "/packages/mui-material/src/ToggleButtonGroup/ToggleButtonGroup.js", "inheritance": null, "demos": "<ul><li><a href=\"/material-ui/react-toggle-button/\">Toggle Button</a></li></ul>", "cssComponent": false }
4,847
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/toggle-button.js
import * as React from 'react'; import ApiPage from 'docs/src/modules/components/ApiPage'; import mapApiPageTranslations from 'docs/src/modules/utils/mapApiPageTranslations'; import jsonPageContent from './toggle-button.json'; export default function Page(props) { const { descriptions, pageContent } = props; return <ApiPage descriptions={descriptions} pageContent={pageContent} />; } Page.getInitialProps = () => { const req = require.context( 'docs/translations/api-docs/toggle-button', false, /toggle-button.*.json$/, ); const descriptions = mapApiPageTranslations(req); return { descriptions, pageContent: jsonPageContent, }; };
4,848
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/toolbar.js
import * as React from 'react'; import ApiPage from 'docs/src/modules/components/ApiPage'; import mapApiPageTranslations from 'docs/src/modules/utils/mapApiPageTranslations'; import jsonPageContent from './toolbar.json'; export default function Page(props) { const { descriptions, pageContent } = props; return <ApiPage descriptions={descriptions} pageContent={pageContent} />; } Page.getInitialProps = () => { const req = require.context('docs/translations/api-docs/toolbar', false, /toolbar.*.json$/); const descriptions = mapApiPageTranslations(req); return { descriptions, pageContent: jsonPageContent, }; };
4,849
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/toggle-button.json
{ "props": { "value": { "type": { "name": "any" }, "required": true }, "children": { "type": { "name": "node" } }, "classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } }, "color": { "type": { "name": "union", "description": "'standard'<br>&#124;&nbsp;'primary'<br>&#124;&nbsp;'secondary'<br>&#124;&nbsp;'error'<br>&#124;&nbsp;'info'<br>&#124;&nbsp;'success'<br>&#124;&nbsp;'warning'<br>&#124;&nbsp;string" }, "default": "'standard'" }, "disabled": { "type": { "name": "bool" }, "default": "false" }, "disableFocusRipple": { "type": { "name": "bool" }, "default": "false" }, "disableRipple": { "type": { "name": "bool" }, "default": "false" }, "fullWidth": { "type": { "name": "bool" }, "default": "false" }, "onChange": { "type": { "name": "func" }, "signature": { "type": "function(event: React.MouseEvent<HTMLElement>, value: any) => void", "describedArgs": ["event", "value"] } }, "onClick": { "type": { "name": "func" }, "signature": { "type": "function(event: React.MouseEvent<HTMLElement>, value: any) => void", "describedArgs": ["event", "value"] } }, "selected": { "type": { "name": "bool" } }, "size": { "type": { "name": "union", "description": "'small'<br>&#124;&nbsp;'medium'<br>&#124;&nbsp;'large'<br>&#124;&nbsp;string" }, "default": "'medium'" }, "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": "ToggleButton", "imports": [ "import ToggleButton from '@mui/material/ToggleButton';", "import { ToggleButton } from '@mui/material';" ], "styles": { "classes": [ "root", "disabled", "selected", "standard", "primary", "secondary", "sizeSmall", "sizeMedium", "sizeLarge", "fullWidth" ], "globalClasses": { "disabled": "Mui-disabled", "selected": "Mui-selected" }, "name": "MuiToggleButton" }, "spread": true, "themeDefaultProps": true, "muiName": "MuiToggleButton", "forwardsRefTo": "HTMLButtonElement", "filename": "/packages/mui-material/src/ToggleButton/ToggleButton.js", "inheritance": { "component": "ButtonBase", "pathname": "/material-ui/api/button-base/" }, "demos": "<ul><li><a href=\"/material-ui/react-toggle-button/\">Toggle Button</a></li></ul>", "cssComponent": false }
4,850
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/toolbar.json
{ "props": { "children": { "type": { "name": "node" } }, "classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } }, "component": { "type": { "name": "elementType" } }, "disableGutters": { "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 } }, "variant": { "type": { "name": "union", "description": "'dense'<br>&#124;&nbsp;'regular'<br>&#124;&nbsp;string" }, "default": "'regular'" } }, "name": "Toolbar", "imports": [ "import Toolbar from '@mui/material/Toolbar';", "import { Toolbar } from '@mui/material';" ], "styles": { "classes": ["root", "gutters", "regular", "dense"], "globalClasses": {}, "name": "MuiToolbar" }, "spread": true, "themeDefaultProps": true, "muiName": "MuiToolbar", "forwardsRefTo": "HTMLDivElement", "filename": "/packages/mui-material/src/Toolbar/Toolbar.js", "inheritance": null, "demos": "<ul><li><a href=\"/material-ui/react-app-bar/\">App Bar</a></li></ul>", "cssComponent": false }
4,851
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/tooltip.js
import * as React from 'react'; import ApiPage from 'docs/src/modules/components/ApiPage'; import mapApiPageTranslations from 'docs/src/modules/utils/mapApiPageTranslations'; import jsonPageContent from './tooltip.json'; export default function Page(props) { const { descriptions, pageContent } = props; return <ApiPage descriptions={descriptions} pageContent={pageContent} />; } Page.getInitialProps = () => { const req = require.context('docs/translations/api-docs/tooltip', false, /tooltip.*.json$/); const descriptions = mapApiPageTranslations(req); return { descriptions, pageContent: jsonPageContent, }; };
4,852
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/tooltip.json
{ "props": { "children": { "type": { "name": "custom", "description": "element" }, "required": true }, "arrow": { "type": { "name": "bool" }, "default": "false" }, "classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } }, "components": { "type": { "name": "shape", "description": "{ Arrow?: elementType, Popper?: elementType, Tooltip?: elementType, Transition?: elementType }" }, "default": "{}" }, "componentsProps": { "type": { "name": "shape", "description": "{ arrow?: object, popper?: object, tooltip?: object, transition?: object }" }, "default": "{}" }, "describeChild": { "type": { "name": "bool" }, "default": "false" }, "disableFocusListener": { "type": { "name": "bool" }, "default": "false" }, "disableHoverListener": { "type": { "name": "bool" }, "default": "false" }, "disableInteractive": { "type": { "name": "bool" }, "default": "false" }, "disableTouchListener": { "type": { "name": "bool" }, "default": "false" }, "enterDelay": { "type": { "name": "number" }, "default": "100" }, "enterNextDelay": { "type": { "name": "number" }, "default": "0" }, "enterTouchDelay": { "type": { "name": "number" }, "default": "700" }, "followCursor": { "type": { "name": "bool" }, "default": "false" }, "id": { "type": { "name": "string" } }, "leaveDelay": { "type": { "name": "number" }, "default": "0" }, "leaveTouchDelay": { "type": { "name": "number" }, "default": "1500" }, "onClose": { "type": { "name": "func" }, "signature": { "type": "function(event: React.SyntheticEvent) => void", "describedArgs": ["event"] } }, "onOpen": { "type": { "name": "func" }, "signature": { "type": "function(event: React.SyntheticEvent) => void", "describedArgs": ["event"] } }, "open": { "type": { "name": "bool" } }, "placement": { "type": { "name": "enum", "description": "'bottom-end'<br>&#124;&nbsp;'bottom-start'<br>&#124;&nbsp;'bottom'<br>&#124;&nbsp;'left-end'<br>&#124;&nbsp;'left-start'<br>&#124;&nbsp;'left'<br>&#124;&nbsp;'right-end'<br>&#124;&nbsp;'right-start'<br>&#124;&nbsp;'right'<br>&#124;&nbsp;'top-end'<br>&#124;&nbsp;'top-start'<br>&#124;&nbsp;'top'" }, "default": "'bottom'" }, "PopperComponent": { "type": { "name": "elementType" }, "default": "Popper" }, "PopperProps": { "type": { "name": "object" }, "default": "{}" }, "slotProps": { "type": { "name": "shape", "description": "{ arrow?: object, popper?: object, tooltip?: object, transition?: object }" }, "default": "{}" }, "slots": { "type": { "name": "shape", "description": "{ arrow?: elementType, popper?: elementType, tooltip?: elementType, transition?: elementType }" }, "default": "{}" }, "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 } }, "title": { "type": { "name": "node" } }, "TransitionComponent": { "type": { "name": "elementType" }, "default": "Grow" }, "TransitionProps": { "type": { "name": "object" } } }, "name": "Tooltip", "imports": [ "import Tooltip from '@mui/material/Tooltip';", "import { Tooltip } from '@mui/material';" ], "styles": { "classes": [ "popper", "popperInteractive", "popperArrow", "popperClose", "tooltip", "tooltipArrow", "arrow", "touch", "tooltipPlacementLeft", "tooltipPlacementRight", "tooltipPlacementTop", "tooltipPlacementBottom" ], "globalClasses": {}, "name": "MuiTooltip" }, "spread": true, "themeDefaultProps": true, "muiName": "MuiTooltip", "forwardsRefTo": "HTMLButtonElement", "filename": "/packages/mui-material/src/Tooltip/Tooltip.js", "inheritance": null, "demos": "<ul><li><a href=\"/material-ui/react-tooltip/\">Tooltip</a></li></ul>", "cssComponent": false }
4,853
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/typography.js
import * as React from 'react'; import ApiPage from 'docs/src/modules/components/ApiPage'; import mapApiPageTranslations from 'docs/src/modules/utils/mapApiPageTranslations'; import jsonPageContent from './typography.json'; export default function Page(props) { const { descriptions, pageContent } = props; return <ApiPage descriptions={descriptions} pageContent={pageContent} />; } Page.getInitialProps = () => { const req = require.context('docs/translations/api-docs/typography', false, /typography.*.json$/); const descriptions = mapApiPageTranslations(req); return { descriptions, pageContent: jsonPageContent, }; };
4,854
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/typography.json
{ "props": { "align": { "type": { "name": "enum", "description": "'center'<br>&#124;&nbsp;'inherit'<br>&#124;&nbsp;'justify'<br>&#124;&nbsp;'left'<br>&#124;&nbsp;'right'" }, "default": "'inherit'" }, "children": { "type": { "name": "node" } }, "classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } }, "component": { "type": { "name": "elementType" } }, "gutterBottom": { "type": { "name": "bool" }, "default": "false" }, "noWrap": { "type": { "name": "bool" }, "default": "false" }, "paragraph": { "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 } }, "variant": { "type": { "name": "union", "description": "'body1'<br>&#124;&nbsp;'body2'<br>&#124;&nbsp;'button'<br>&#124;&nbsp;'caption'<br>&#124;&nbsp;'h1'<br>&#124;&nbsp;'h2'<br>&#124;&nbsp;'h3'<br>&#124;&nbsp;'h4'<br>&#124;&nbsp;'h5'<br>&#124;&nbsp;'h6'<br>&#124;&nbsp;'inherit'<br>&#124;&nbsp;'overline'<br>&#124;&nbsp;'subtitle1'<br>&#124;&nbsp;'subtitle2'<br>&#124;&nbsp;string" }, "default": "'body1'" }, "variantMapping": { "type": { "name": "object" }, "default": "{\n h1: 'h1',\n h2: 'h2',\n h3: 'h3',\n h4: 'h4',\n h5: 'h5',\n h6: 'h6',\n subtitle1: 'h6',\n subtitle2: 'h6',\n body1: 'p',\n body2: 'p',\n inherit: 'p',\n}" } }, "name": "Typography", "imports": [ "import Typography from '@mui/material/Typography';", "import { Typography } from '@mui/material';" ], "styles": { "classes": [ "root", "body2", "body1", "caption", "button", "h1", "h2", "h3", "h4", "h5", "h6", "subtitle1", "subtitle2", "overline", "inherit", "alignLeft", "alignCenter", "alignRight", "alignJustify", "noWrap", "gutterBottom", "paragraph" ], "globalClasses": {}, "name": "MuiTypography" }, "spread": true, "themeDefaultProps": true, "muiName": "MuiTypography", "forwardsRefTo": "HTMLParagraphElement", "filename": "/packages/mui-material/src/Typography/Typography.js", "inheritance": null, "demos": "<ul><li><a href=\"/material-ui/react-breadcrumbs/\">Breadcrumbs</a></li>\n<li><a href=\"/material-ui/react-typography/\">Typography</a></li></ul>", "cssComponent": true }
4,855
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/zoom.js
import * as React from 'react'; import ApiPage from 'docs/src/modules/components/ApiPage'; import mapApiPageTranslations from 'docs/src/modules/utils/mapApiPageTranslations'; import jsonPageContent from './zoom.json'; export default function Page(props) { const { descriptions, pageContent } = props; return <ApiPage descriptions={descriptions} pageContent={pageContent} />; } Page.getInitialProps = () => { const req = require.context('docs/translations/api-docs/zoom', false, /zoom.*.json$/); const descriptions = mapApiPageTranslations(req); return { descriptions, pageContent: jsonPageContent, }; };
4,856
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/api/zoom.json
{ "props": { "children": { "type": { "name": "custom", "description": "element" }, "required": true }, "addEndListener": { "type": { "name": "func" } }, "appear": { "type": { "name": "bool" }, "default": "true" }, "easing": { "type": { "name": "union", "description": "{ enter?: string, exit?: string }<br>&#124;&nbsp;string" } }, "in": { "type": { "name": "bool" } }, "timeout": { "type": { "name": "union", "description": "number<br>&#124;&nbsp;{ appear?: number, enter?: number, exit?: number }" }, "default": "{\n enter: theme.transitions.duration.enteringScreen,\n exit: theme.transitions.duration.leavingScreen,\n}" } }, "name": "Zoom", "imports": ["import Zoom from '@mui/material/Zoom';", "import { Zoom } from '@mui/material';"], "styles": { "classes": [], "globalClasses": {}, "name": null }, "spread": true, "themeDefaultProps": false, "muiName": "MuiZoom", "forwardsRefTo": "HTMLDivElement", "filename": "/packages/mui-material/src/Zoom/Zoom.js", "inheritance": { "component": "Transition", "pathname": "http://reactcommunity.org/react-transition-group/transition/#Transition-props" }, "demos": "<ul><li><a href=\"/material-ui/transitions/\">Transitions</a></li></ul>", "cssComponent": false }
4,857
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/customization/breakpoints.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/customization/breakpoints/breakpoints.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,858
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/customization/color.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/customization/color/color.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,859
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/customization/dark-mode.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/customization/dark-mode/dark-mode.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,860
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/customization/default-theme.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/customization/default-theme/default-theme.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} disableToc />; }
4,861
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/customization/density.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/customization/density/density.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,862
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/customization/how-to-customize.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/customization/how-to-customize/how-to-customize.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,863
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/customization/palette.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/customization/palette/palette.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,864
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/customization/spacing.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/customization/spacing/spacing.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,865
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/customization/theme-components.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/customization/theme-components/theme-components.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,866
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/customization/theming.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/customization/theming/theming.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,867
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/customization/transitions.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/customization/transitions/transitions.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,868
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/customization/typography.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/customization/typography/typography.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,869
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/customization/z-index.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/customization/z-index/z-index.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,870
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/discover-more/backers.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/discover-more/backers/backers.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} disableAd />; }
4,871
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/discover-more/changelog.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/discover-more/changelog/changelog.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,872
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/discover-more/design-kits.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/discover-more/design-kits/design-kits.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,873
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/discover-more/related-projects.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/discover-more/related-projects/related-projects.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,874
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/discover-more/roadmap.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/discover-more/roadmap/roadmap.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,875
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/discover-more/showcase.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/discover-more/showcase/showcase.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} disableToc />; }
4,876
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/discover-more/vision.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/discover-more/vision/vision.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,877
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/experimental-api/classname-generator.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/experimental-api/classname-generator/classname-generator.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,878
0
petrpan-code/mui/material-ui/docs/pages/material-ui/experimental-api
petrpan-code/mui/material-ui/docs/pages/material-ui/experimental-api/css-theme-variables/customization.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import { demos, docs, demoComponents, } from 'docs/data/material/experimental-api/css-theme-variables/customization.md?@mui/markdown'; export default function Page() { return <MarkdownDocs demos={demos} docs={docs} demoComponents={demoComponents} />; }
4,879
0
petrpan-code/mui/material-ui/docs/pages/material-ui/experimental-api
petrpan-code/mui/material-ui/docs/pages/material-ui/experimental-api/css-theme-variables/migration.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import { demos, docs, demoComponents, } from 'docs/data/material/experimental-api/css-theme-variables/migration.md?@mui/markdown'; export default function Page() { return <MarkdownDocs demos={demos} docs={docs} demoComponents={demoComponents} />; }
4,880
0
petrpan-code/mui/material-ui/docs/pages/material-ui/experimental-api
petrpan-code/mui/material-ui/docs/pages/material-ui/experimental-api/css-theme-variables/overview.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import { demos, docs, demoComponents, } from 'docs/data/material/experimental-api/css-theme-variables/overview.md?@mui/markdown'; export default function Page() { return <MarkdownDocs demos={demos} docs={docs} demoComponents={demoComponents} />; }
4,881
0
petrpan-code/mui/material-ui/docs/pages/material-ui/experimental-api
petrpan-code/mui/material-ui/docs/pages/material-ui/experimental-api/css-theme-variables/usage.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import { demos, docs, demoComponents, } from 'docs/data/material/experimental-api/css-theme-variables/usage/usage.md?@mui/markdown'; export default function Page() { return <MarkdownDocs demos={demos} docs={docs} demoComponents={demoComponents} />; }
4,882
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/getting-started/design-resources.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/getting-started/design-resources/design-resources.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} disableAd disableToc />; }
4,883
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/getting-started/example-projects.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/getting-started/example-projects/example-projects.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} disableAd />; }
4,884
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/getting-started/faq.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/getting-started/faq/faq.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,885
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/getting-started/index.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/getting-started/overview/overview.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} disableAd />; }
4,886
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/getting-started/installation.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/getting-started/installation/installation.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} disableAd />; }
4,887
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/getting-started/learn.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/getting-started/learn/learn.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} disableAd />; }
4,888
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/getting-started/support.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/getting-started/support/support.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} disableAd />; }
4,889
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/getting-started/supported-components.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/getting-started/supported-components/supported-components.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,890
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/getting-started/supported-platforms.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/getting-started/supported-platforms/supported-platforms.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,891
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/getting-started/templates.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/getting-started/templates/templates.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} disableToc disableAd />; }
4,892
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/getting-started/usage.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/getting-started/usage/usage.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} disableAd />; }
4,893
0
petrpan-code/mui/material-ui/docs/pages/material-ui/getting-started
petrpan-code/mui/material-ui/docs/pages/material-ui/getting-started/templates/album.js
import * as React from 'react'; import AppTheme from 'docs/src/modules/components/AppTheme'; import Album from 'docs/data/material/getting-started/templates/album/Album'; export default function Page() { return ( <AppTheme> <Album /> </AppTheme> ); }
4,894
0
petrpan-code/mui/material-ui/docs/pages/material-ui/getting-started
petrpan-code/mui/material-ui/docs/pages/material-ui/getting-started/templates/blog.js
import * as React from 'react'; import AppTheme from 'docs/src/modules/components/AppTheme'; import Blog from 'docs/data/material/getting-started/templates/blog/Blog'; export default function Page() { return ( <AppTheme> <Blog /> </AppTheme> ); }
4,895
0
petrpan-code/mui/material-ui/docs/pages/material-ui/getting-started
petrpan-code/mui/material-ui/docs/pages/material-ui/getting-started/templates/checkout.js
import * as React from 'react'; import AppTheme from 'docs/src/modules/components/AppTheme'; import Checkout from 'docs/data/material/getting-started/templates/checkout/Checkout'; export default function Page() { return ( <AppTheme> <Checkout /> </AppTheme> ); }
4,896
0
petrpan-code/mui/material-ui/docs/pages/material-ui/getting-started
petrpan-code/mui/material-ui/docs/pages/material-ui/getting-started/templates/dashboard.js
import * as React from 'react'; import AppTheme from 'docs/src/modules/components/AppTheme'; import Dashboard from 'docs/data/material/getting-started/templates/dashboard/Dashboard'; export default function Page() { return ( <AppTheme> <Dashboard /> </AppTheme> ); }
4,897
0
petrpan-code/mui/material-ui/docs/pages/material-ui/getting-started
petrpan-code/mui/material-ui/docs/pages/material-ui/getting-started/templates/pricing.js
import * as React from 'react'; import AppTheme from 'docs/src/modules/components/AppTheme'; import Pricing from 'docs/data/material/getting-started/templates/pricing/Pricing'; export default function Page() { return ( <AppTheme> <Pricing /> </AppTheme> ); }
4,898
0
petrpan-code/mui/material-ui/docs/pages/material-ui/getting-started
petrpan-code/mui/material-ui/docs/pages/material-ui/getting-started/templates/sign-in-side.js
import * as React from 'react'; import AppTheme from 'docs/src/modules/components/AppTheme'; import SignInSide from 'docs/data/material/getting-started/templates/sign-in-side/SignInSide'; export default function Page() { return ( <AppTheme> <SignInSide /> </AppTheme> ); }
4,899