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 | petrpan-code/mui/material-ui/docs/pages/joy-ui/react-button-group.js | import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocsV2';
import AppFrame from 'docs/src/modules/components/AppFrame';
import * as pageProps from 'docs/data/joy/components/button-group/button-group.md?@mui/markdown';
export default function Page() {
return <MarkdownDocs {...pageProps} />;
}
Page.getLayout = (page) => {
return <AppFrame>{page}</AppFrame>;
};
| 4,300 |
0 | petrpan-code/mui/material-ui/docs/pages | petrpan-code/mui/material-ui/docs/pages/joy-ui/react-button.js | import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocsV2';
import AppFrame from 'docs/src/modules/components/AppFrame';
import * as pageProps from 'docs/data/joy/components/button/button.md?@mui/markdown';
export default function Page() {
return <MarkdownDocs {...pageProps} />;
}
Page.getLayout = (page) => {
return <AppFrame>{page}</AppFrame>;
};
| 4,301 |
0 | petrpan-code/mui/material-ui/docs/pages | petrpan-code/mui/material-ui/docs/pages/joy-ui/react-card.js | import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import * as pageProps from 'docs/data/joy/components/card/card.md?@mui/markdown';
export default function Page() {
return <MarkdownDocs {...pageProps} />;
}
| 4,302 |
0 | petrpan-code/mui/material-ui/docs/pages | petrpan-code/mui/material-ui/docs/pages/joy-ui/react-checkbox.js | import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import * as pageProps from 'docs/data/joy/components/checkbox/checkbox.md?@mui/markdown';
export default function Page() {
return <MarkdownDocs {...pageProps} />;
}
| 4,303 |
0 | petrpan-code/mui/material-ui/docs/pages | petrpan-code/mui/material-ui/docs/pages/joy-ui/react-chip.js | import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import * as pageProps from 'docs/data/joy/components/chip/chip.md?@mui/markdown';
export default function Page() {
return <MarkdownDocs {...pageProps} />;
}
| 4,304 |
0 | petrpan-code/mui/material-ui/docs/pages | petrpan-code/mui/material-ui/docs/pages/joy-ui/react-circular-progress.js | import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import * as pageProps from 'docs/data/joy/components/circular-progress/circular-progress.md?@mui/markdown';
export default function Page() {
return <MarkdownDocs {...pageProps} />;
}
| 4,305 |
0 | petrpan-code/mui/material-ui/docs/pages | petrpan-code/mui/material-ui/docs/pages/joy-ui/react-css-baseline.js | import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import * as pageProps from 'docs/data/joy/components/css-baseline/css-baseline.md?@mui/markdown';
export default function Page() {
return <MarkdownDocs {...pageProps} />;
}
| 4,306 |
0 | petrpan-code/mui/material-ui/docs/pages | petrpan-code/mui/material-ui/docs/pages/joy-ui/react-divider.js | import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import * as pageProps from 'docs/data/joy/components/divider/divider.md?@mui/markdown';
export default function Page() {
return <MarkdownDocs {...pageProps} />;
}
| 4,307 |
0 | petrpan-code/mui/material-ui/docs/pages | petrpan-code/mui/material-ui/docs/pages/joy-ui/react-drawer.js | import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import * as pageProps from 'docs/data/joy/components/drawer/drawer.md?@mui/markdown';
export default function Page() {
return <MarkdownDocs {...pageProps} />;
}
| 4,308 |
0 | petrpan-code/mui/material-ui/docs/pages | petrpan-code/mui/material-ui/docs/pages/joy-ui/react-grid.js | import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import * as pageProps from 'docs/data/joy/components/grid/grid.md?@mui/markdown';
export default function Page() {
return <MarkdownDocs {...pageProps} />;
}
| 4,309 |
0 | petrpan-code/mui/material-ui/docs/pages | petrpan-code/mui/material-ui/docs/pages/joy-ui/react-input.js | import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import * as pageProps from 'docs/data/joy/components/input/input.md?@mui/markdown';
export default function Page() {
return <MarkdownDocs {...pageProps} />;
}
| 4,310 |
0 | petrpan-code/mui/material-ui/docs/pages | petrpan-code/mui/material-ui/docs/pages/joy-ui/react-linear-progress.js | import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import * as pageProps from 'docs/data/joy/components/linear-progress/linear-progress.md?@mui/markdown';
export default function Page() {
return <MarkdownDocs {...pageProps} />;
}
| 4,311 |
0 | petrpan-code/mui/material-ui/docs/pages | petrpan-code/mui/material-ui/docs/pages/joy-ui/react-link.js | import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import * as pageProps from 'docs/data/joy/components/link/link.md?@mui/markdown';
export default function Page() {
return <MarkdownDocs {...pageProps} />;
}
| 4,312 |
0 | petrpan-code/mui/material-ui/docs/pages | petrpan-code/mui/material-ui/docs/pages/joy-ui/react-list.js | import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import * as pageProps from 'docs/data/joy/components/list/list.md?@mui/markdown';
export default function Page() {
return <MarkdownDocs {...pageProps} />;
}
| 4,313 |
0 | petrpan-code/mui/material-ui/docs/pages | petrpan-code/mui/material-ui/docs/pages/joy-ui/react-menu.js | import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import * as pageProps from 'docs/data/joy/components/menu/menu.md?@mui/markdown';
export default function Page() {
return <MarkdownDocs {...pageProps} />;
}
| 4,314 |
0 | petrpan-code/mui/material-ui/docs/pages | petrpan-code/mui/material-ui/docs/pages/joy-ui/react-modal.js | import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import * as pageProps from 'docs/data/joy/components/modal/modal.md?@mui/markdown';
export default function Page() {
return <MarkdownDocs {...pageProps} />;
}
| 4,315 |
0 | petrpan-code/mui/material-ui/docs/pages | petrpan-code/mui/material-ui/docs/pages/joy-ui/react-radio-button.js | import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import * as pageProps from 'docs/data/joy/components/radio-button/radio-button.md?@mui/markdown';
export default function Page() {
return <MarkdownDocs {...pageProps} />;
}
| 4,316 |
0 | petrpan-code/mui/material-ui/docs/pages | petrpan-code/mui/material-ui/docs/pages/joy-ui/react-select.js | import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import * as pageProps from 'docs/data/joy/components/select/select.md?@mui/markdown';
export default function Page() {
return <MarkdownDocs {...pageProps} />;
}
| 4,317 |
0 | petrpan-code/mui/material-ui/docs/pages | petrpan-code/mui/material-ui/docs/pages/joy-ui/react-sheet.js | import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import * as pageProps from 'docs/data/joy/components/sheet/sheet.md?@mui/markdown';
export default function Page() {
return <MarkdownDocs {...pageProps} />;
}
| 4,318 |
0 | petrpan-code/mui/material-ui/docs/pages | petrpan-code/mui/material-ui/docs/pages/joy-ui/react-skeleton.js | import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import * as pageProps from 'docs/data/joy/components/skeleton/skeleton.md?@mui/markdown';
export default function Page() {
return <MarkdownDocs {...pageProps} />;
}
| 4,319 |
0 | petrpan-code/mui/material-ui/docs/pages | petrpan-code/mui/material-ui/docs/pages/joy-ui/react-slider.js | import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import * as pageProps from 'docs/data/joy/components/slider/slider.md?@mui/markdown';
export default function Page() {
return <MarkdownDocs {...pageProps} />;
}
| 4,320 |
0 | petrpan-code/mui/material-ui/docs/pages | petrpan-code/mui/material-ui/docs/pages/joy-ui/react-snackbar.js | import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import * as pageProps from 'docs/data/joy/components/snackbar/snackbar.md?@mui/markdown';
export default function Page() {
return <MarkdownDocs {...pageProps} />;
}
| 4,321 |
0 | petrpan-code/mui/material-ui/docs/pages | petrpan-code/mui/material-ui/docs/pages/joy-ui/react-stack.js | import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import * as pageProps from 'docs/data/joy/components/stack/stack.md?@mui/markdown';
export default function Page() {
return <MarkdownDocs {...pageProps} />;
}
| 4,322 |
0 | petrpan-code/mui/material-ui/docs/pages | petrpan-code/mui/material-ui/docs/pages/joy-ui/react-stepper.js | import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import * as pageProps from 'docs/data/joy/components/stepper/stepper.md?@mui/markdown';
export default function Page() {
return <MarkdownDocs {...pageProps} />;
}
| 4,323 |
0 | petrpan-code/mui/material-ui/docs/pages | petrpan-code/mui/material-ui/docs/pages/joy-ui/react-switch.js | import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import * as pageProps from 'docs/data/joy/components/switch/switch.md?@mui/markdown';
export default function Page() {
return <MarkdownDocs {...pageProps} />;
}
| 4,324 |
0 | petrpan-code/mui/material-ui/docs/pages | petrpan-code/mui/material-ui/docs/pages/joy-ui/react-table.js | import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import * as pageProps from 'docs/data/joy/components/table/table.md?@mui/markdown';
export default function Page() {
return <MarkdownDocs {...pageProps} />;
}
| 4,325 |
0 | petrpan-code/mui/material-ui/docs/pages | petrpan-code/mui/material-ui/docs/pages/joy-ui/react-tabs.js | import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import * as pageProps from 'docs/data/joy/components/tabs/tabs.md?@mui/markdown';
export default function Page() {
return <MarkdownDocs {...pageProps} />;
}
| 4,326 |
0 | petrpan-code/mui/material-ui/docs/pages | petrpan-code/mui/material-ui/docs/pages/joy-ui/react-text-field.js | import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import * as pageProps from 'docs/data/joy/components/text-field/text-field.md?@mui/markdown';
export default function Page() {
return <MarkdownDocs {...pageProps} />;
}
| 4,327 |
0 | petrpan-code/mui/material-ui/docs/pages | petrpan-code/mui/material-ui/docs/pages/joy-ui/react-textarea.js | import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import * as pageProps from 'docs/data/joy/components/textarea/textarea.md?@mui/markdown';
export default function Page() {
return <MarkdownDocs {...pageProps} />;
}
| 4,328 |
0 | petrpan-code/mui/material-ui/docs/pages | petrpan-code/mui/material-ui/docs/pages/joy-ui/react-toggle-button-group.js | import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import * as pageProps from 'docs/data/joy/components/toggle-button-group/toggle-button-group.md?@mui/markdown';
export default function Page() {
return <MarkdownDocs {...pageProps} />;
}
| 4,329 |
0 | petrpan-code/mui/material-ui/docs/pages | petrpan-code/mui/material-ui/docs/pages/joy-ui/react-tooltip.js | import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import * as pageProps from 'docs/data/joy/components/tooltip/tooltip.md?@mui/markdown';
export default function Page() {
return <MarkdownDocs {...pageProps} />;
}
| 4,330 |
0 | petrpan-code/mui/material-ui/docs/pages | petrpan-code/mui/material-ui/docs/pages/joy-ui/react-typography.js | import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import * as pageProps from 'docs/data/joy/components/typography/typography.md?@mui/markdown';
export default function Page() {
return <MarkdownDocs {...pageProps} />;
}
| 4,331 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/accordion-details.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 './accordion-details.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-joy/accordion-details',
false,
/accordion-details.*.json$/,
);
const descriptions = mapApiPageTranslations(req);
return {
descriptions,
pageContent: jsonPageContent,
};
};
| 4,332 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/accordion-details.json | {
"props": {
"children": { "type": { "name": "node" } },
"color": {
"type": {
"name": "enum",
"description": "'danger'<br>| 'neutral'<br>| 'primary'<br>| 'success'<br>| 'warning'"
},
"default": "'neutral'",
"additionalInfo": { "joy-color": true }
},
"component": { "type": { "name": "elementType" } },
"slotProps": {
"type": {
"name": "shape",
"description": "{ content?: func<br>| object, root?: func<br>| object }"
},
"default": "{}"
},
"slots": {
"type": { "name": "shape", "description": "{ content?: elementType, root?: elementType }" },
"default": "{}",
"additionalInfo": { "slotsApi": true }
},
"sx": {
"type": {
"name": "union",
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
},
"additionalInfo": { "sx": true }
},
"variant": {
"type": {
"name": "enum",
"description": "'outlined'<br>| 'plain'<br>| 'soft'<br>| 'solid'"
},
"default": "'plain'",
"additionalInfo": { "joy-variant": true }
}
},
"name": "AccordionDetails",
"imports": [
"import AccordionDetails from '@mui/joy/AccordionDetails';",
"import { AccordionDetails } from '@mui/joy';"
],
"styles": { "classes": [], "globalClasses": {}, "name": "MuiAccordionDetails" },
"slots": [
{
"name": "root",
"description": "The component that renders the root.",
"default": "'div'",
"class": ".MuiAccordionDetails-root"
},
{
"name": "content",
"description": "The component that renders the content.",
"default": "'div'",
"class": ".MuiAccordionDetails-content"
}
],
"classes": { "classes": ["expanded"], "globalClasses": { "expanded": "Mui-expanded" } },
"spread": true,
"themeDefaultProps": true,
"muiName": "JoyAccordionDetails",
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-joy/src/AccordionDetails/AccordionDetails.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-accordion/\">Accordion</a></li></ul>",
"cssComponent": false
}
| 4,333 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/accordion-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 './accordion-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-joy/accordion-group',
false,
/accordion-group.*.json$/,
);
const descriptions = mapApiPageTranslations(req);
return {
descriptions,
pageContent: jsonPageContent,
};
};
| 4,334 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/accordion-group.json | {
"props": {
"children": { "type": { "name": "node" } },
"color": {
"type": {
"name": "union",
"description": "'danger'<br>| 'neutral'<br>| 'primary'<br>| 'success'<br>| 'warning'<br>| string"
},
"default": "'neutral'",
"additionalInfo": { "joy-color": true }
},
"component": { "type": { "name": "elementType" } },
"disableDivider": { "type": { "name": "bool" }, "default": "false" },
"size": {
"type": {
"name": "union",
"description": "'sm'<br>| 'md'<br>| 'lg'<br>| string"
},
"default": "'md'",
"additionalInfo": { "joy-size": true }
},
"slotProps": {
"type": { "name": "shape", "description": "{ root?: func<br>| object }" },
"default": "{}"
},
"slots": {
"type": { "name": "shape", "description": "{ root?: elementType }" },
"default": "{}",
"additionalInfo": { "slotsApi": true }
},
"sx": {
"type": {
"name": "union",
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
},
"additionalInfo": { "sx": true }
},
"transition": {
"type": {
"name": "union",
"description": "{ expanded: string, initial: string }<br>| string"
},
"default": "'0.2s ease'"
},
"variant": {
"type": {
"name": "union",
"description": "'outlined'<br>| 'plain'<br>| 'soft'<br>| 'solid'<br>| string"
},
"default": "'plain'",
"additionalInfo": { "joy-variant": true }
}
},
"name": "AccordionGroup",
"imports": [
"import AccordionGroup from '@mui/joy/AccordionGroup';",
"import { AccordionGroup } from '@mui/joy';"
],
"styles": { "classes": [], "globalClasses": {}, "name": "MuiAccordionGroup" },
"slots": [
{
"name": "root",
"description": "The component that renders the root.",
"default": "'div'",
"class": ".MuiAccordionGroup-root"
}
],
"classes": {
"classes": [
"colorContext",
"colorDanger",
"colorNeutral",
"colorPrimary",
"colorSuccess",
"colorWarning",
"sizeLg",
"sizeMd",
"sizeSm",
"variantOutlined",
"variantPlain",
"variantSoft",
"variantSolid"
],
"globalClasses": {}
},
"spread": true,
"themeDefaultProps": true,
"muiName": "JoyAccordionGroup",
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-joy/src/AccordionGroup/AccordionGroup.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-accordion/\">Accordion</a></li></ul>",
"cssComponent": false
}
| 4,335 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/accordion-summary.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 './accordion-summary.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-joy/accordion-summary',
false,
/accordion-summary.*.json$/,
);
const descriptions = mapApiPageTranslations(req);
return {
descriptions,
pageContent: jsonPageContent,
};
};
| 4,336 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/accordion-summary.json | {
"props": {
"children": { "type": { "name": "node" } },
"color": {
"type": {
"name": "enum",
"description": "'danger'<br>| 'neutral'<br>| 'primary'<br>| 'success'<br>| 'warning'"
},
"default": "'neutral'",
"additionalInfo": { "joy-color": true }
},
"component": { "type": { "name": "elementType" } },
"indicator": { "type": { "name": "node" }, "default": "<KeyboardArrowDown />" },
"slotProps": {
"type": {
"name": "shape",
"description": "{ button?: func<br>| object, indicator?: func<br>| object, root?: func<br>| object }"
},
"default": "{}"
},
"slots": {
"type": {
"name": "shape",
"description": "{ button?: elementType, indicator?: elementType, root?: elementType }"
},
"default": "{}",
"additionalInfo": { "slotsApi": true }
},
"sx": {
"type": {
"name": "union",
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
},
"additionalInfo": { "sx": true }
},
"variant": {
"type": {
"name": "enum",
"description": "'outlined'<br>| 'plain'<br>| 'soft'<br>| 'solid'"
},
"default": "'plain'",
"additionalInfo": { "joy-variant": true }
}
},
"name": "AccordionSummary",
"imports": [
"import AccordionSummary from '@mui/joy/AccordionSummary';",
"import { AccordionSummary } from '@mui/joy';"
],
"styles": { "classes": [], "globalClasses": {}, "name": "MuiAccordionSummary" },
"slots": [
{
"name": "root",
"description": "The component that renders the root.",
"default": "'div'",
"class": ".MuiAccordionSummary-root"
},
{
"name": "button",
"description": "The component that renders the button.",
"default": "'button'",
"class": ".MuiAccordionSummary-button"
},
{
"name": "indicator",
"description": "The component that renders the indicator.",
"default": "'span'",
"class": ".MuiAccordionSummary-indicator"
}
],
"classes": {
"classes": ["disabled", "expanded"],
"globalClasses": { "disabled": "Mui-disabled", "expanded": "Mui-expanded" }
},
"spread": true,
"themeDefaultProps": true,
"muiName": "JoyAccordionSummary",
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-joy/src/AccordionSummary/AccordionSummary.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-accordion/\">Accordion</a></li></ul>",
"cssComponent": false
}
| 4,337 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/accordion.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 './accordion.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-joy/accordion',
false,
/accordion.*.json$/,
);
const descriptions = mapApiPageTranslations(req);
return {
descriptions,
pageContent: jsonPageContent,
};
};
| 4,338 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/accordion.json | {
"props": {
"accordionId": { "type": { "name": "string" } },
"children": { "type": { "name": "node" } },
"color": {
"type": {
"name": "enum",
"description": "'danger'<br>| 'neutral'<br>| 'primary'<br>| 'success'<br>| 'warning'"
},
"default": "'neutral'",
"additionalInfo": { "joy-color": true }
},
"component": { "type": { "name": "elementType" } },
"defaultExpanded": { "type": { "name": "bool" }, "default": "false" },
"disabled": { "type": { "name": "bool" }, "default": "false" },
"expanded": { "type": { "name": "bool" } },
"onChange": {
"type": { "name": "func" },
"signature": {
"type": "function(event: React.SyntheticEvent, expanded: boolean) => void",
"describedArgs": ["event", "expanded"]
}
},
"slotProps": {
"type": { "name": "shape", "description": "{ root?: func<br>| object }" },
"default": "{}"
},
"slots": {
"type": { "name": "shape", "description": "{ root?: elementType }" },
"default": "{}",
"additionalInfo": { "slotsApi": true }
},
"sx": {
"type": {
"name": "union",
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
},
"additionalInfo": { "sx": true }
},
"variant": {
"type": {
"name": "enum",
"description": "'outlined'<br>| 'plain'<br>| 'soft'<br>| 'solid'"
},
"default": "'plain'",
"additionalInfo": { "joy-variant": true }
}
},
"name": "Accordion",
"imports": [
"import Accordion from '@mui/joy/Accordion';",
"import { Accordion } from '@mui/joy';"
],
"styles": { "classes": [], "globalClasses": {}, "name": "MuiAccordion" },
"slots": [
{
"name": "root",
"description": "The component that renders the root.",
"default": "'div'",
"class": ".MuiAccordion-root"
}
],
"classes": {
"classes": ["disabled", "expanded"],
"globalClasses": { "expanded": "Mui-expanded", "disabled": "Mui-disabled" }
},
"spread": true,
"themeDefaultProps": true,
"muiName": "JoyAccordion",
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-joy/src/Accordion/Accordion.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-accordion/\">Accordion</a></li></ul>",
"cssComponent": false
}
| 4,339 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/alert.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 './alert.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-joy/alert', false, /alert.*.json$/);
const descriptions = mapApiPageTranslations(req);
return {
descriptions,
pageContent: jsonPageContent,
};
};
| 4,340 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/alert.json | {
"props": {
"color": {
"type": {
"name": "union",
"description": "'danger'<br>| 'neutral'<br>| 'primary'<br>| 'success'<br>| 'warning'<br>| string"
},
"default": "'neutral'",
"additionalInfo": { "joy-color": true }
},
"component": { "type": { "name": "elementType" } },
"endDecorator": { "type": { "name": "node" } },
"invertedColors": { "type": { "name": "bool" }, "default": "false" },
"role": { "type": { "name": "string" }, "default": "'alert'" },
"size": {
"type": {
"name": "union",
"description": "'sm'<br>| 'md'<br>| 'lg'<br>| string"
},
"default": "'md'",
"additionalInfo": { "joy-size": true }
},
"slotProps": {
"type": {
"name": "shape",
"description": "{ endDecorator?: func<br>| object, root?: func<br>| object, startDecorator?: func<br>| object }"
},
"default": "{}"
},
"slots": {
"type": {
"name": "shape",
"description": "{ endDecorator?: elementType, root?: elementType, startDecorator?: elementType }"
},
"default": "{}",
"additionalInfo": { "slotsApi": true }
},
"startDecorator": { "type": { "name": "node" } },
"sx": {
"type": {
"name": "union",
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
},
"additionalInfo": { "sx": true }
},
"variant": {
"type": {
"name": "union",
"description": "'outlined'<br>| 'plain'<br>| 'soft'<br>| 'solid'<br>| string"
},
"default": "'soft'",
"additionalInfo": { "joy-variant": true }
}
},
"name": "Alert",
"imports": ["import Alert from '@mui/joy/Alert';", "import { Alert } from '@mui/joy';"],
"styles": { "classes": [], "globalClasses": {}, "name": "MuiAlert" },
"slots": [
{
"name": "root",
"description": "The component that renders the root.",
"default": "'div'",
"class": ".MuiAlert-root"
},
{
"name": "startDecorator",
"description": "The component that renders the start decorator.",
"default": "'span'",
"class": ".MuiAlert-startDecorator"
},
{
"name": "endDecorator",
"description": "The component that renders the end decorator.",
"default": "'span'",
"class": ".MuiAlert-endDecorator"
}
],
"classes": {
"classes": [
"colorContext",
"colorDanger",
"colorNeutral",
"colorPrimary",
"colorSuccess",
"colorWarning",
"sizeLg",
"sizeMd",
"sizeSm",
"variantOutlined",
"variantPlain",
"variantSoft",
"variantSolid"
],
"globalClasses": {}
},
"spread": true,
"themeDefaultProps": true,
"muiName": "JoyAlert",
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-joy/src/Alert/Alert.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-alert/\">Alert</a></li></ul>",
"cssComponent": false
}
| 4,341 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/aspect-ratio.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 './aspect-ratio.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-joy/aspect-ratio',
false,
/aspect-ratio.*.json$/,
);
const descriptions = mapApiPageTranslations(req);
return {
descriptions,
pageContent: jsonPageContent,
};
};
| 4,342 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/aspect-ratio.json | {
"props": {
"children": { "type": { "name": "node" } },
"color": {
"type": {
"name": "enum",
"description": "'danger'<br>| 'neutral'<br>| 'primary'<br>| 'success'<br>| 'warning'"
},
"default": "'neutral'",
"additionalInfo": { "joy-color": true }
},
"component": { "type": { "name": "elementType" } },
"flex": { "type": { "name": "bool" }, "default": "false" },
"maxHeight": { "type": { "name": "union", "description": "number<br>| string" } },
"minHeight": { "type": { "name": "union", "description": "number<br>| string" } },
"objectFit": {
"type": {
"name": "enum",
"description": "'-moz-initial'<br>| 'contain'<br>| 'cover'<br>| 'fill'<br>| 'inherit'<br>| 'initial'<br>| 'none'<br>| 'revert-layer'<br>| 'revert'<br>| 'scale-down'<br>| 'unset'"
},
"default": "'cover'"
},
"ratio": {
"type": { "name": "union", "description": "number<br>| string" },
"default": "'16 / 9'"
},
"slotProps": {
"type": {
"name": "shape",
"description": "{ content?: func<br>| object, root?: func<br>| object }"
},
"default": "{}"
},
"slots": {
"type": { "name": "shape", "description": "{ content?: elementType, root?: elementType }" },
"default": "{}",
"additionalInfo": { "slotsApi": true }
},
"sx": {
"type": {
"name": "union",
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
},
"additionalInfo": { "sx": true }
},
"variant": {
"type": {
"name": "union",
"description": "'outlined'<br>| 'plain'<br>| 'soft'<br>| 'solid'<br>| string"
},
"default": "'soft'",
"additionalInfo": { "joy-variant": true }
}
},
"name": "AspectRatio",
"imports": [
"import AspectRatio from '@mui/joy/AspectRatio';",
"import { AspectRatio } from '@mui/joy';"
],
"styles": { "classes": [], "globalClasses": {}, "name": "MuiAspectRatio" },
"slots": [
{
"name": "root",
"description": "The component that renders the root.",
"default": "'div'",
"class": ".MuiAspectRatio-root"
},
{
"name": "content",
"description": "The component that renders the content.",
"default": "'div'",
"class": ".MuiAspectRatio-content"
}
],
"classes": {
"classes": [
"colorContext",
"colorDanger",
"colorNeutral",
"colorPrimary",
"colorSuccess",
"colorWarning",
"variantOutlined",
"variantPlain",
"variantSoft",
"variantSolid"
],
"globalClasses": {}
},
"spread": true,
"themeDefaultProps": true,
"muiName": "JoyAspectRatio",
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-joy/src/AspectRatio/AspectRatio.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-aspect-ratio/\">Aspect Ratio</a></li>\n<li><a href=\"/joy-ui/react-skeleton/\">Skeleton</a></li></ul>",
"cssComponent": false
}
| 4,343 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/autocomplete-listbox.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 './autocomplete-listbox.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-joy/autocomplete-listbox',
false,
/autocomplete-listbox.*.json$/,
);
const descriptions = mapApiPageTranslations(req);
return {
descriptions,
pageContent: jsonPageContent,
};
};
| 4,344 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/autocomplete-listbox.json | {
"props": {
"color": {
"type": {
"name": "union",
"description": "'danger'<br>| 'neutral'<br>| 'primary'<br>| 'success'<br>| 'warning'<br>| string"
},
"default": "'neutral'",
"additionalInfo": { "joy-color": true }
},
"component": { "type": { "name": "elementType" } },
"size": {
"type": { "name": "enum", "description": "'sm'<br>| 'md'<br>| 'lg'" },
"default": "'md'",
"additionalInfo": { "joy-size": true }
},
"slotProps": {
"type": { "name": "shape", "description": "{ root?: func<br>| object }" },
"default": "{}"
},
"slots": {
"type": { "name": "shape", "description": "{ root?: elementType }" },
"default": "{}",
"additionalInfo": { "slotsApi": true }
},
"sx": {
"type": {
"name": "union",
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
},
"additionalInfo": { "sx": true }
},
"variant": {
"type": {
"name": "union",
"description": "'contained'<br>| 'light'<br>| 'outlined'<br>| 'text'<br>| string"
},
"default": "'outlined'",
"additionalInfo": { "joy-variant": true }
}
},
"name": "AutocompleteListbox",
"imports": [
"import AutocompleteListbox from '@mui/joy/AutocompleteListbox';",
"import { AutocompleteListbox } from '@mui/joy';"
],
"styles": { "classes": [], "globalClasses": {}, "name": "MuiAutocompleteListbox" },
"slots": [
{
"name": "root",
"description": "The component that renders the root.",
"default": "'ul'",
"class": ".MuiAutocompleteListbox-root"
}
],
"classes": {
"classes": [
"colorContext",
"colorDanger",
"colorNeutral",
"colorPrimary",
"colorSuccess",
"colorWarning",
"sizeLg",
"sizeMd",
"sizeSm",
"variantOutlined",
"variantPlain",
"variantSoft",
"variantSolid"
],
"globalClasses": {}
},
"spread": true,
"themeDefaultProps": true,
"muiName": "JoyAutocompleteListbox",
"forwardsRefTo": "HTMLUListElement",
"filename": "/packages/mui-joy/src/AutocompleteListbox/AutocompleteListbox.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-autocomplete/\">Autocomplete</a></li></ul>",
"cssComponent": false
}
| 4,345 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/autocomplete-option.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 './autocomplete-option.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-joy/autocomplete-option',
false,
/autocomplete-option.*.json$/,
);
const descriptions = mapApiPageTranslations(req);
return {
descriptions,
pageContent: jsonPageContent,
};
};
| 4,346 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/autocomplete-option.json | {
"props": {
"color": {
"type": {
"name": "union",
"description": "'danger'<br>| 'neutral'<br>| 'primary'<br>| 'success'<br>| 'warning'<br>| string"
},
"default": "'neutral'",
"additionalInfo": { "joy-color": true }
},
"component": { "type": { "name": "elementType" } },
"slotProps": {
"type": { "name": "shape", "description": "{ root?: func<br>| object }" },
"default": "{}"
},
"slots": {
"type": { "name": "shape", "description": "{ root?: elementType }" },
"default": "{}",
"additionalInfo": { "slotsApi": true }
},
"sx": {
"type": {
"name": "union",
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
},
"additionalInfo": { "sx": true }
},
"variant": {
"type": {
"name": "union",
"description": "'contained'<br>| 'light'<br>| 'outlined'<br>| 'text'<br>| string"
},
"default": "'plain'",
"additionalInfo": { "joy-variant": true }
}
},
"name": "AutocompleteOption",
"imports": [
"import AutocompleteOption from '@mui/joy/AutocompleteOption';",
"import { AutocompleteOption } from '@mui/joy';"
],
"styles": { "classes": [], "globalClasses": {}, "name": "MuiAutocompleteOption" },
"slots": [
{
"name": "root",
"description": "The component that renders the root.",
"default": "'li'",
"class": ".MuiAutocompleteOption-root"
}
],
"classes": {
"classes": [
"colorContext",
"colorDanger",
"colorNeutral",
"colorPrimary",
"colorSuccess",
"colorWarning",
"focused",
"focusVisible",
"variantOutlined",
"variantPlain",
"variantSoft",
"variantSolid"
],
"globalClasses": { "focused": "Mui-focused", "focusVisible": "Mui-focusVisible" }
},
"spread": true,
"themeDefaultProps": true,
"muiName": "JoyAutocompleteOption",
"forwardsRefTo": "HTMLLIElement",
"filename": "/packages/mui-joy/src/AutocompleteOption/AutocompleteOption.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-autocomplete/\">Autocomplete</a></li></ul>",
"cssComponent": false
}
| 4,347 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/autocomplete.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 './autocomplete.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-joy/autocomplete',
false,
/autocomplete.*.json$/,
);
const descriptions = mapApiPageTranslations(req);
return {
descriptions,
pageContent: jsonPageContent,
};
};
| 4,348 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/autocomplete.json | {
"props": {
"options": { "type": { "name": "array" }, "required": true },
"aria-describedby": { "type": { "name": "string" } },
"aria-label": { "type": { "name": "string" } },
"aria-labelledby": { "type": { "name": "string" } },
"autoFocus": { "type": { "name": "bool" } },
"clearIcon": { "type": { "name": "node" }, "default": "<ClearIcon fontSize=\"md\" />" },
"clearText": { "type": { "name": "string" }, "default": "'Clear'" },
"closeText": { "type": { "name": "string" }, "default": "'Close'" },
"color": {
"type": {
"name": "enum",
"description": "'danger'<br>| 'neutral'<br>| 'primary'<br>| 'success'<br>| 'warning'"
},
"default": "'neutral'",
"additionalInfo": { "joy-color": true }
},
"defaultValue": {
"type": { "name": "custom", "description": "any" },
"default": "props.multiple ? [] : null"
},
"disableClearable": { "type": { "name": "bool" }, "default": "false" },
"disabled": { "type": { "name": "bool" }, "default": "false" },
"endDecorator": { "type": { "name": "node" } },
"error": { "type": { "name": "bool" }, "default": "false" },
"filterOptions": {
"type": { "name": "func" },
"default": "createFilterOptions()",
"signature": {
"type": "function(options: Array<Value>, state: object) => Array<Value>",
"describedArgs": ["options", "state"]
}
},
"forcePopupIcon": {
"type": { "name": "union", "description": "'auto'<br>| bool" },
"default": "'auto'"
},
"freeSolo": { "type": { "name": "bool" }, "default": "false" },
"getLimitTagsText": {
"type": { "name": "func" },
"default": "(more: string | number) => `+${more}`",
"signature": {
"type": "function(more: string | number) => ReactNode",
"describedArgs": ["more"]
}
},
"getOptionDisabled": {
"type": { "name": "func" },
"signature": { "type": "function(option: Value) => boolean", "describedArgs": ["option"] }
},
"getOptionLabel": {
"type": { "name": "func" },
"default": "(option) => option.label ?? option",
"signature": { "type": "function(option: Value) => string", "describedArgs": [] }
},
"groupBy": {
"type": { "name": "func" },
"signature": { "type": "function(options: Value) => string", "describedArgs": ["options"] }
},
"id": { "type": { "name": "string" } },
"inputValue": { "type": { "name": "string" } },
"isOptionEqualToValue": {
"type": { "name": "func" },
"signature": {
"type": "function(option: Value, value: Value) => boolean",
"describedArgs": ["option", "value"]
}
},
"limitTags": { "type": { "name": "custom", "description": "integer" }, "default": "-1" },
"loading": { "type": { "name": "bool" }, "default": "false" },
"loadingText": { "type": { "name": "node" }, "default": "'Loading…'" },
"multiple": { "type": { "name": "bool" }, "default": "false" },
"name": { "type": { "name": "string" } },
"noOptionsText": { "type": { "name": "node" }, "default": "'No options'" },
"onChange": {
"type": { "name": "func" },
"signature": {
"type": "function(event: React.SyntheticEvent, value: Value | Array<Value>, reason: string, details?: string) => void",
"describedArgs": ["event", "value", "reason"]
}
},
"onClose": {
"type": { "name": "func" },
"signature": {
"type": "function(event: React.SyntheticEvent, reason: string) => void",
"describedArgs": ["event", "reason"]
}
},
"onHighlightChange": {
"type": { "name": "func" },
"signature": {
"type": "function(event: React.SyntheticEvent, option: Value, reason: string) => void",
"describedArgs": ["event", "option", "reason"]
}
},
"onInputChange": {
"type": { "name": "func" },
"signature": {
"type": "function(event: React.SyntheticEvent, value: string, reason: string) => void",
"describedArgs": ["event", "value", "reason"]
}
},
"onOpen": {
"type": { "name": "func" },
"signature": {
"type": "function(event: React.SyntheticEvent) => void",
"describedArgs": ["event"]
}
},
"open": { "type": { "name": "bool" } },
"openText": { "type": { "name": "string" }, "default": "'Open'" },
"placeholder": { "type": { "name": "string" } },
"popupIcon": { "type": { "name": "node" }, "default": "<ArrowDropDownIcon />" },
"readOnly": { "type": { "name": "bool" }, "default": "false" },
"renderGroup": {
"type": { "name": "func" },
"signature": {
"type": "function(params: AutocompleteRenderGroupParams) => ReactNode",
"describedArgs": ["params"]
}
},
"renderOption": {
"type": { "name": "func" },
"signature": {
"type": "function(props: object, option: T, state: object) => ReactNode",
"describedArgs": ["props", "option", "state"]
}
},
"renderTags": {
"type": { "name": "func" },
"signature": {
"type": "function(value: Array<T>, getTagProps: function, ownerState: object) => ReactNode",
"describedArgs": ["value", "getTagProps", "ownerState"]
}
},
"required": { "type": { "name": "bool" } },
"size": {
"type": {
"name": "union",
"description": "'sm'<br>| 'md'<br>| 'lg'<br>| string"
},
"default": "'md'",
"additionalInfo": { "joy-size": true }
},
"slotProps": {
"type": {
"name": "shape",
"description": "{ clearIndicator?: func<br>| object, endDecorator?: func<br>| object, input?: func<br>| object, limitTag?: func<br>| object, listbox?: func<br>| object, loading?: func<br>| object, noOptions?: func<br>| object, option?: func<br>| object, popupIndicator?: func<br>| object, root?: func<br>| object, startDecorator?: func<br>| object, wrapper?: func<br>| object }"
},
"default": "{}"
},
"slots": {
"type": {
"name": "shape",
"description": "{ clearIndicator?: elementType, endDecorator?: elementType, input?: elementType, limitTag?: elementType, listbox?: elementType, loading?: elementType, noOptions?: elementType, option?: elementType, popupIndicator?: elementType, root?: elementType, startDecorator?: elementType, wrapper?: elementType }"
},
"default": "{}",
"additionalInfo": { "slotsApi": true }
},
"startDecorator": { "type": { "name": "node" } },
"sx": {
"type": {
"name": "union",
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
},
"additionalInfo": { "sx": true }
},
"type": { "type": { "name": "string" } },
"value": { "type": { "name": "custom", "description": "any" } },
"variant": {
"type": {
"name": "enum",
"description": "'outlined'<br>| 'plain'<br>| 'soft'<br>| 'solid'"
},
"default": "'outlined'",
"additionalInfo": { "joy-variant": true }
}
},
"name": "Autocomplete",
"imports": [
"import Autocomplete from '@mui/joy/Autocomplete';",
"import { Autocomplete } from '@mui/joy';"
],
"styles": { "classes": [], "globalClasses": {}, "name": "MuiAutocomplete" },
"slots": [
{
"name": "root",
"description": "The component that renders the root.",
"default": "'div'",
"class": ".MuiAutocomplete-root"
},
{
"name": "wrapper",
"description": "The component that renders the wrapper.",
"default": "'div'",
"class": ".MuiAutocomplete-wrapper"
},
{
"name": "input",
"description": "The component that renders the input.",
"default": "'input'",
"class": ".MuiAutocomplete-input"
},
{
"name": "startDecorator",
"description": "The component that renders the start decorator.",
"default": "'div'",
"class": ".MuiAutocomplete-startDecorator"
},
{
"name": "endDecorator",
"description": "The component that renders the end decorator.",
"default": "'div'",
"class": ".MuiAutocomplete-endDecorator"
},
{
"name": "clearIndicator",
"description": "The component that renders the clear indicator.",
"default": "'button'",
"class": ".MuiAutocomplete-clearIndicator"
},
{
"name": "popupIndicator",
"description": "The component that renders the popup indicator.",
"default": "'button'",
"class": ".MuiAutocomplete-popupIndicator"
},
{
"name": "listbox",
"description": "The component that renders the listbox.",
"default": "'ul'",
"class": ".MuiAutocomplete-listbox"
},
{
"name": "option",
"description": "The component that renders the option.",
"default": "'li'",
"class": ".MuiAutocomplete-option"
},
{
"name": "loading",
"description": "The component that renders the loading.",
"default": "'li'",
"class": ".MuiAutocomplete-loading"
},
{
"name": "noOptions",
"description": "The component that renders the no-options.",
"default": "'li'",
"class": ".MuiAutocomplete-noOptions"
},
{
"name": "limitTag",
"description": "The component that renders the limit tag.",
"default": "'div'",
"class": ".MuiAutocomplete-limitTag"
}
],
"classes": {
"classes": [
"colorContext",
"colorDanger",
"colorNeutral",
"colorPrimary",
"colorSuccess",
"colorWarning",
"disabled",
"error",
"focused",
"formControl",
"hasClearIcon",
"hasPopupIcon",
"multiple",
"popupIndicatorOpen",
"sizeLg",
"sizeMd",
"sizeSm",
"variantOutlined",
"variantPlain",
"variantSoft",
"variantSolid"
],
"globalClasses": { "focused": "Mui-focused", "disabled": "Mui-disabled", "error": "Mui-error" }
},
"spread": true,
"themeDefaultProps": true,
"muiName": "JoyAutocomplete",
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-joy/src/Autocomplete/Autocomplete.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-autocomplete/\">Autocomplete</a></li></ul>",
"cssComponent": false
}
| 4,349 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/avatar-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 './avatar-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-joy/avatar-group',
false,
/avatar-group.*.json$/,
);
const descriptions = mapApiPageTranslations(req);
return {
descriptions,
pageContent: jsonPageContent,
};
};
| 4,350 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/avatar-group.json | {
"props": {
"children": { "type": { "name": "node" } },
"color": {
"type": {
"name": "union",
"description": "'danger'<br>| 'neutral'<br>| 'primary'<br>| 'success'<br>| 'warning'<br>| string"
},
"default": "'neutral'",
"additionalInfo": { "joy-color": true }
},
"component": { "type": { "name": "elementType" } },
"size": {
"type": {
"name": "union",
"description": "'lg'<br>| 'md'<br>| 'sm'<br>| string"
},
"default": "'md'",
"additionalInfo": { "joy-size": true }
},
"slotProps": {
"type": { "name": "shape", "description": "{ root?: func<br>| object }" },
"default": "{}"
},
"slots": {
"type": { "name": "shape", "description": "{ root?: elementType }" },
"default": "{}",
"additionalInfo": { "slotsApi": true }
},
"sx": {
"type": {
"name": "union",
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
},
"additionalInfo": { "sx": true }
},
"variant": {
"type": {
"name": "union",
"description": "'outlined'<br>| 'plain'<br>| 'soft'<br>| 'solid'<br>| string"
},
"default": "'soft'",
"additionalInfo": { "joy-variant": true }
}
},
"name": "AvatarGroup",
"imports": [
"import AvatarGroup from '@mui/joy/AvatarGroup';",
"import { AvatarGroup } from '@mui/joy';"
],
"styles": { "classes": ["root"], "globalClasses": {}, "name": "MuiAvatarGroup" },
"slots": [
{
"name": "root",
"description": "The component that renders the root.",
"default": "'div'",
"class": ".MuiAvatarGroup-root"
}
],
"spread": true,
"themeDefaultProps": true,
"muiName": "JoyAvatarGroup",
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-joy/src/AvatarGroup/AvatarGroup.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-avatar/\">Avatar</a></li></ul>",
"cssComponent": false
}
| 4,351 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/avatar.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 './avatar.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-joy/avatar', false, /avatar.*.json$/);
const descriptions = mapApiPageTranslations(req);
return {
descriptions,
pageContent: jsonPageContent,
};
};
| 4,352 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/avatar.json | {
"props": {
"alt": { "type": { "name": "string" } },
"children": { "type": { "name": "node" } },
"color": {
"type": {
"name": "union",
"description": "'danger'<br>| 'neutral'<br>| 'primary'<br>| 'success'<br>| 'warning'<br>| string"
},
"default": "'neutral'",
"additionalInfo": { "joy-color": true }
},
"component": { "type": { "name": "elementType" } },
"size": {
"type": {
"name": "union",
"description": "'lg'<br>| 'md'<br>| 'sm'<br>| string"
},
"default": "'md'",
"additionalInfo": { "joy-size": true }
},
"slotProps": {
"type": {
"name": "shape",
"description": "{ fallback?: func<br>| object, img?: func<br>| object, root?: func<br>| object }"
},
"default": "{}"
},
"slots": {
"type": {
"name": "shape",
"description": "{ fallback?: elementType, img?: elementType, root?: elementType }"
},
"default": "{}",
"additionalInfo": { "slotsApi": true }
},
"src": { "type": { "name": "string" } },
"srcSet": { "type": { "name": "string" } },
"sx": {
"type": {
"name": "union",
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
},
"additionalInfo": { "sx": true }
},
"variant": {
"type": {
"name": "union",
"description": "'outlined'<br>| 'plain'<br>| 'soft'<br>| 'solid'<br>| string"
},
"default": "'soft'",
"additionalInfo": { "joy-variant": true }
}
},
"name": "Avatar",
"imports": ["import Avatar from '@mui/joy/Avatar';", "import { Avatar } from '@mui/joy';"],
"styles": { "classes": [], "globalClasses": {}, "name": "MuiAvatar" },
"slots": [
{
"name": "root",
"description": "The component that renders the root.",
"default": "'div'",
"class": ".MuiAvatar-root"
},
{
"name": "img",
"description": "The component that renders the img.",
"default": "'img'",
"class": ".MuiAvatar-img"
},
{
"name": "fallback",
"description": "The component that renders the fallback.",
"default": "'svg'",
"class": ".MuiAvatar-fallback"
}
],
"classes": {
"classes": [
"colorContext",
"colorDanger",
"colorNeutral",
"colorPrimary",
"colorSuccess",
"colorWarning",
"sizeLg",
"sizeMd",
"sizeSm",
"variantOutlined",
"variantSoft",
"variantSolid"
],
"globalClasses": {}
},
"spread": true,
"themeDefaultProps": true,
"muiName": "JoyAvatar",
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-joy/src/Avatar/Avatar.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-avatar/\">Avatar</a></li>\n<li><a href=\"/joy-ui/react-skeleton/\">Skeleton</a></li></ul>",
"cssComponent": false
}
| 4,353 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/badge.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 './badge.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-joy/badge', false, /badge.*.json$/);
const descriptions = mapApiPageTranslations(req);
return {
descriptions,
pageContent: jsonPageContent,
};
};
| 4,354 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/badge.json | {
"props": {
"anchorOrigin": {
"type": {
"name": "shape",
"description": "{ horizontal: 'left'<br>| 'right', vertical: 'bottom'<br>| 'top' }"
},
"default": "{\n vertical: 'top',\n horizontal: 'right',\n}"
},
"badgeContent": { "type": { "name": "node" }, "default": "''" },
"badgeInset": {
"type": { "name": "union", "description": "number<br>| string" },
"default": "0"
},
"children": { "type": { "name": "node" } },
"color": {
"type": {
"name": "union",
"description": "'danger'<br>| 'neutral'<br>| 'primary'<br>| 'success'<br>| 'warning'<br>| string"
},
"default": "'primary'",
"additionalInfo": { "joy-color": true }
},
"component": { "type": { "name": "elementType" } },
"invisible": { "type": { "name": "bool" }, "default": "false" },
"max": { "type": { "name": "number" }, "default": "99" },
"showZero": { "type": { "name": "bool" }, "default": "false" },
"size": {
"type": {
"name": "union",
"description": "'sm'<br>| 'md'<br>| 'lg'<br>| string"
},
"default": "'md'",
"additionalInfo": { "joy-size": true }
},
"slotProps": {
"type": {
"name": "shape",
"description": "{ badge?: func<br>| object, root?: func<br>| object }"
},
"default": "{}"
},
"slots": {
"type": { "name": "shape", "description": "{ badge?: elementType, root?: elementType }" },
"default": "{}",
"additionalInfo": { "slotsApi": true }
},
"sx": {
"type": {
"name": "union",
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
},
"additionalInfo": { "sx": true }
},
"variant": {
"type": {
"name": "union",
"description": "'outlined'<br>| 'plain'<br>| 'soft'<br>| 'solid'<br>| string"
},
"default": "'solid'",
"additionalInfo": { "joy-variant": true }
}
},
"name": "Badge",
"imports": ["import Badge from '@mui/joy/Badge';", "import { Badge } from '@mui/joy';"],
"styles": { "classes": [], "globalClasses": {}, "name": "MuiBadge" },
"slots": [
{
"name": "root",
"description": "The component that renders the root.",
"default": "'span'",
"class": ".MuiBadge-root"
},
{
"name": "badge",
"description": "The component that renders the badge.",
"default": "'span'",
"class": ".MuiBadge-badge"
}
],
"classes": {
"classes": [
"anchorOriginBottomLeft",
"anchorOriginBottomRight",
"anchorOriginTopLeft",
"anchorOriginTopRight",
"colorContext",
"colorDanger",
"colorNeutral",
"colorPrimary",
"colorSuccess",
"colorWarning",
"invisible",
"locationInside",
"locationOutside",
"sizeLg",
"sizeMd",
"sizeSm",
"variantOutlined",
"variantPlain",
"variantSoft",
"variantSolid"
],
"globalClasses": {}
},
"spread": true,
"themeDefaultProps": true,
"muiName": "JoyBadge",
"forwardsRefTo": "HTMLSpanElement",
"filename": "/packages/mui-joy/src/Badge/Badge.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-badge/\">Badge</a></li></ul>",
"cssComponent": false
}
| 4,355 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/box.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 './box.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-joy/box', false, /box.*.json$/);
const descriptions = mapApiPageTranslations(req);
return {
descriptions,
pageContent: jsonPageContent,
};
};
| 4,356 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/box.json | {
"props": {
"component": { "type": { "name": "elementType" } },
"sx": {
"type": {
"name": "union",
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
},
"additionalInfo": { "sx": true }
}
},
"name": "Box",
"imports": ["import Box from '@mui/joy/Box';", "import { Box } from '@mui/joy';"],
"styles": { "classes": ["root"], "globalClasses": {}, "name": "MuiBox" },
"spread": true,
"themeDefaultProps": false,
"muiName": "JoyBox",
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-joy/src/Box/Box.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-box/\">Box</a></li></ul>",
"cssComponent": true
}
| 4,357 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/breadcrumbs.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 './breadcrumbs.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-joy/breadcrumbs',
false,
/breadcrumbs.*.json$/,
);
const descriptions = mapApiPageTranslations(req);
return {
descriptions,
pageContent: jsonPageContent,
};
};
| 4,358 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/breadcrumbs.json | {
"props": {
"children": { "type": { "name": "node" } },
"component": { "type": { "name": "elementType" } },
"separator": { "type": { "name": "node" }, "default": "'/'" },
"size": {
"type": {
"name": "union",
"description": "'sm'<br>| 'md'<br>| 'lg'<br>| string"
},
"default": "'md'",
"additionalInfo": { "joy-size": true }
},
"slotProps": {
"type": {
"name": "shape",
"description": "{ li?: func<br>| object, ol?: func<br>| object, root?: func<br>| object, separator?: func<br>| object }"
},
"default": "{}"
},
"slots": {
"type": {
"name": "shape",
"description": "{ li?: elementType, ol?: elementType, root?: elementType, separator?: elementType }"
},
"default": "{}",
"additionalInfo": { "slotsApi": true }
},
"sx": {
"type": {
"name": "union",
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
},
"additionalInfo": { "sx": true }
}
},
"name": "Breadcrumbs",
"imports": [
"import Breadcrumbs from '@mui/joy/Breadcrumbs';",
"import { Breadcrumbs } from '@mui/joy';"
],
"styles": { "classes": [], "globalClasses": {}, "name": "MuiBreadcrumbs" },
"slots": [
{
"name": "root",
"description": "The component that renders the root.",
"default": "'nav'",
"class": ".MuiBreadcrumbs-root"
},
{
"name": "ol",
"description": "The component that renders the ol.",
"default": "'ol'",
"class": ".MuiBreadcrumbs-ol"
},
{
"name": "li",
"description": "The component that renders the li.",
"default": "'li'",
"class": ".MuiBreadcrumbs-li"
},
{
"name": "separator",
"description": "The component that renders the separator.",
"default": "'li'",
"class": ".MuiBreadcrumbs-separator"
}
],
"classes": { "classes": ["sizeLg", "sizeMd", "sizeSm"], "globalClasses": {} },
"spread": true,
"themeDefaultProps": true,
"muiName": "JoyBreadcrumbs",
"forwardsRefTo": "HTMLElement",
"filename": "/packages/mui-joy/src/Breadcrumbs/Breadcrumbs.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-breadcrumbs/\">Breadcrumbs</a></li></ul>",
"cssComponent": false
}
| 4,359 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/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 './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-joy/button-group',
false,
/button-group.*.json$/,
);
const descriptions = mapApiPageTranslations(req);
return {
descriptions,
pageContent: jsonPageContent,
};
};
| 4,360 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/button-group.json | {
"props": {
"buttonFlex": { "type": { "name": "union", "description": "number<br>| string" } },
"children": { "type": { "name": "node" } },
"color": {
"type": {
"name": "union",
"description": "'danger'<br>| 'neutral'<br>| 'primary'<br>| 'success'<br>| 'warning'<br>| string"
},
"default": "'neutral'",
"additionalInfo": { "joy-color": true }
},
"component": { "type": { "name": "elementType" } },
"disabled": { "type": { "name": "bool" }, "default": "false" },
"orientation": {
"type": { "name": "enum", "description": "'horizontal'<br>| 'vertical'" },
"default": "'horizontal'"
},
"size": {
"type": {
"name": "union",
"description": "'lg'<br>| 'md'<br>| 'sm'<br>| string"
},
"default": "'md'",
"additionalInfo": { "joy-size": true }
},
"slotProps": {
"type": { "name": "shape", "description": "{ root?: func<br>| object }" },
"default": "{}"
},
"slots": {
"type": { "name": "shape", "description": "{ root?: elementType }" },
"default": "{}",
"additionalInfo": { "slotsApi": true }
},
"spacing": {
"type": {
"name": "union",
"description": "Array<number<br>| string><br>| number<br>| { lg?: number<br>| string, md?: number<br>| string, sm?: number<br>| string, xl?: number<br>| string, xs?: number<br>| string }<br>| string"
},
"default": "0"
},
"sx": {
"type": {
"name": "union",
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
},
"additionalInfo": { "sx": true }
},
"variant": {
"type": {
"name": "union",
"description": "'outlined'<br>| 'plain'<br>| 'soft'<br>| 'solid'<br>| string"
},
"default": "'outlined'",
"additionalInfo": { "joy-variant": true }
}
},
"name": "ButtonGroup",
"imports": [
"import ButtonGroup from '@mui/joy/ButtonGroup';",
"import { ButtonGroup } from '@mui/joy';"
],
"styles": { "classes": [], "globalClasses": {}, "name": "MuiButtonGroup" },
"slots": [
{
"name": "root",
"description": "The component that renders the root.",
"default": "'div'",
"class": ".MuiButtonGroup-root"
}
],
"classes": {
"classes": [
"colorContext",
"colorDanger",
"colorNeutral",
"colorPrimary",
"colorSuccess",
"colorWarning",
"horizontal",
"sizeLg",
"sizeMd",
"sizeSm",
"variantOutlined",
"variantPlain",
"variantSoft",
"variantSolid",
"vertical"
],
"globalClasses": {}
},
"spread": true,
"themeDefaultProps": true,
"muiName": "JoyButtonGroup",
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-joy/src/ButtonGroup/ButtonGroup.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-button-group/\">Button Group</a></li></ul>",
"cssComponent": false
}
| 4,361 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/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 './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-joy/button', false, /button.*.json$/);
const descriptions = mapApiPageTranslations(req);
return {
descriptions,
pageContent: jsonPageContent,
};
};
| 4,362 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/button.json | {
"props": {
"action": {
"type": {
"name": "union",
"description": "func<br>| { current?: { focusVisible: func } }"
}
},
"color": {
"type": {
"name": "union",
"description": "'danger'<br>| 'neutral'<br>| 'primary'<br>| 'success'<br>| 'warning'<br>| string"
},
"default": "'primary'",
"additionalInfo": { "joy-color": true }
},
"component": { "type": { "name": "elementType" } },
"disabled": { "type": { "name": "bool" }, "default": "false" },
"endDecorator": { "type": { "name": "node" } },
"fullWidth": { "type": { "name": "bool" }, "default": "false" },
"loading": { "type": { "name": "bool" }, "default": "false" },
"loadingIndicator": { "type": { "name": "node" }, "default": "<CircularProgress />" },
"loadingPosition": {
"type": {
"name": "enum",
"description": "'center'<br>| 'end'<br>| 'start'"
},
"default": "'center'"
},
"size": {
"type": {
"name": "union",
"description": "'sm'<br>| 'md'<br>| 'lg'<br>| string"
},
"default": "'md'",
"additionalInfo": { "joy-size": true }
},
"slotProps": {
"type": {
"name": "shape",
"description": "{ endDecorator?: func<br>| object, loadingIndicatorCenter?: func<br>| object, root?: func<br>| object, startDecorator?: func<br>| object }"
},
"default": "{}"
},
"slots": {
"type": {
"name": "shape",
"description": "{ endDecorator?: elementType, loadingIndicatorCenter?: elementType, root?: elementType, startDecorator?: elementType }"
},
"default": "{}",
"additionalInfo": { "slotsApi": true }
},
"startDecorator": { "type": { "name": "node" } },
"sx": {
"type": {
"name": "union",
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
},
"additionalInfo": { "sx": true }
},
"variant": {
"type": {
"name": "union",
"description": "'outlined'<br>| 'plain'<br>| 'soft'<br>| 'solid'<br>| string"
},
"default": "'solid'",
"additionalInfo": { "joy-variant": true }
}
},
"name": "Button",
"imports": ["import Button from '@mui/joy/Button';", "import { Button } from '@mui/joy';"],
"styles": { "classes": [], "globalClasses": {}, "name": "MuiButton" },
"slots": [
{
"name": "root",
"description": "The component that renders the root.",
"default": "'button'",
"class": ".MuiButton-root"
},
{
"name": "startDecorator",
"description": "The component that renders the start decorator.",
"default": "'span'",
"class": ".MuiButton-startDecorator"
},
{
"name": "endDecorator",
"description": "The component that renders the end decorator.",
"default": "'span'",
"class": ".MuiButton-endDecorator"
},
{
"name": "loadingIndicatorCenter",
"description": "The component that renders the loading indicator center.",
"default": "'span'",
"class": ".MuiButton-loadingIndicatorCenter"
}
],
"classes": {
"classes": [
"colorContext",
"colorDanger",
"colorNeutral",
"colorPrimary",
"colorSuccess",
"colorWarning",
"disabled",
"focusVisible",
"fullWidth",
"loading",
"sizeLg",
"sizeMd",
"sizeSm",
"variantOutlined",
"variantPlain",
"variantSoft",
"variantSolid"
],
"globalClasses": { "focusVisible": "Mui-focusVisible", "disabled": "Mui-disabled" }
},
"spread": false,
"themeDefaultProps": true,
"muiName": "JoyButton",
"forwardsRefTo": "HTMLButtonElement",
"filename": "/packages/mui-joy/src/Button/Button.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-button/\">Button</a></li>\n<li><a href=\"/joy-ui/react-button-group/\">Button Group</a></li>\n<li><a href=\"/joy-ui/react-toggle-button-group/\">Toggle Button Group</a></li></ul>",
"cssComponent": false
}
| 4,363 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/card-actions.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 './card-actions.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-joy/card-actions',
false,
/card-actions.*.json$/,
);
const descriptions = mapApiPageTranslations(req);
return {
descriptions,
pageContent: jsonPageContent,
};
};
| 4,364 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/card-actions.json | {
"props": {
"buttonFlex": { "type": { "name": "union", "description": "number<br>| string" } },
"children": { "type": { "name": "node" } },
"component": { "type": { "name": "elementType" } },
"orientation": {
"type": {
"name": "enum",
"description": "'horizontal-reverse'<br>| 'horizontal'<br>| 'vertical'"
},
"default": "'horizontal'"
},
"slotProps": {
"type": { "name": "shape", "description": "{ root?: func<br>| object }" },
"default": "{}"
},
"slots": {
"type": { "name": "shape", "description": "{ root?: elementType }" },
"default": "{}",
"additionalInfo": { "slotsApi": true }
},
"sx": {
"type": {
"name": "union",
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
},
"additionalInfo": { "sx": true }
}
},
"name": "CardActions",
"imports": [
"import CardActions from '@mui/joy/CardActions';",
"import { CardActions } from '@mui/joy';"
],
"styles": { "classes": ["root"], "globalClasses": {}, "name": "MuiCardActions" },
"slots": [
{
"name": "root",
"description": "The component that renders the root.",
"default": "'div'",
"class": ".MuiCardActions-root"
}
],
"spread": true,
"themeDefaultProps": true,
"muiName": "JoyCardActions",
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-joy/src/CardActions/CardActions.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-card/\">Card</a></li></ul>",
"cssComponent": false
}
| 4,365 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/card-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 './card-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-joy/card-content',
false,
/card-content.*.json$/,
);
const descriptions = mapApiPageTranslations(req);
return {
descriptions,
pageContent: jsonPageContent,
};
};
| 4,366 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/card-content.json | {
"props": {
"children": { "type": { "name": "node" } },
"component": { "type": { "name": "elementType" } },
"orientation": {
"type": { "name": "enum", "description": "'horizontal'<br>| 'vertical'" },
"default": "'vertical'"
},
"slotProps": {
"type": { "name": "shape", "description": "{ root?: func<br>| object }" },
"default": "{}"
},
"slots": {
"type": { "name": "shape", "description": "{ root?: elementType }" },
"default": "{}",
"additionalInfo": { "slotsApi": true }
},
"sx": {
"type": {
"name": "union",
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
},
"additionalInfo": { "sx": true }
}
},
"name": "CardContent",
"imports": [
"import CardContent from '@mui/joy/CardContent';",
"import { CardContent } from '@mui/joy';"
],
"styles": { "classes": ["root"], "globalClasses": {}, "name": "MuiCardContent" },
"slots": [
{
"name": "root",
"description": "The component that renders the root.",
"default": "'div'",
"class": ".MuiCardContent-root"
}
],
"spread": true,
"themeDefaultProps": true,
"muiName": "JoyCardContent",
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-joy/src/CardContent/CardContent.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-card/\">Card</a></li></ul>",
"cssComponent": false
}
| 4,367 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/card-cover.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 './card-cover.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-joy/card-cover',
false,
/card-cover.*.json$/,
);
const descriptions = mapApiPageTranslations(req);
return {
descriptions,
pageContent: jsonPageContent,
};
};
| 4,368 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/card-cover.json | {
"props": {
"children": { "type": { "name": "node" } },
"component": { "type": { "name": "elementType" } },
"slotProps": {
"type": { "name": "shape", "description": "{ root?: func<br>| object }" },
"default": "{}"
},
"slots": {
"type": { "name": "shape", "description": "{ root?: elementType }" },
"default": "{}",
"additionalInfo": { "slotsApi": true }
},
"sx": {
"type": {
"name": "union",
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
},
"additionalInfo": { "sx": true }
}
},
"name": "CardCover",
"imports": [
"import CardCover from '@mui/joy/CardCover';",
"import { CardCover } from '@mui/joy';"
],
"styles": { "classes": ["root"], "globalClasses": {}, "name": "MuiCardCover" },
"slots": [
{
"name": "root",
"description": "The component that renders the root.",
"default": "'div'",
"class": ".MuiCardCover-root"
}
],
"spread": true,
"themeDefaultProps": true,
"muiName": "JoyCardCover",
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-joy/src/CardCover/CardCover.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-card/\">Card</a></li></ul>",
"cssComponent": false
}
| 4,369 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/card-overflow.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 './card-overflow.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-joy/card-overflow',
false,
/card-overflow.*.json$/,
);
const descriptions = mapApiPageTranslations(req);
return {
descriptions,
pageContent: jsonPageContent,
};
};
| 4,370 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/card-overflow.json | {
"props": {
"children": { "type": { "name": "node" } },
"color": {
"type": {
"name": "union",
"description": "'danger'<br>| 'neutral'<br>| 'primary'<br>| 'success'<br>| 'warning'<br>| string"
},
"default": "'neutral'",
"additionalInfo": { "joy-color": true }
},
"component": { "type": { "name": "elementType" } },
"slotProps": {
"type": { "name": "shape", "description": "{ root?: func<br>| object }" },
"default": "{}"
},
"slots": {
"type": { "name": "shape", "description": "{ root?: elementType }" },
"default": "{}",
"additionalInfo": { "slotsApi": true }
},
"sx": {
"type": {
"name": "union",
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
},
"additionalInfo": { "sx": true }
},
"variant": {
"type": {
"name": "union",
"description": "'outlined'<br>| 'plain'<br>| 'soft'<br>| 'solid'<br>| string"
},
"default": "'plain'",
"additionalInfo": { "joy-variant": true }
}
},
"name": "CardOverflow",
"imports": [
"import CardOverflow from '@mui/joy/CardOverflow';",
"import { CardOverflow } from '@mui/joy';"
],
"styles": { "classes": [], "globalClasses": {}, "name": "MuiCardOverflow" },
"slots": [
{
"name": "root",
"description": "The component that renders the root.",
"default": "'div'",
"class": ".MuiCardOverflow-root"
}
],
"classes": {
"classes": [
"colorContext",
"colorDanger",
"colorNeutral",
"colorPrimary",
"colorSuccess",
"colorWarning",
"variantOutlined",
"variantPlain",
"variantSoft",
"variantSolid"
],
"globalClasses": {}
},
"spread": true,
"themeDefaultProps": true,
"muiName": "JoyCardOverflow",
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-joy/src/CardOverflow/CardOverflow.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-card/\">Card</a></li></ul>",
"cssComponent": false
}
| 4,371 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/card.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 './card.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-joy/card', false, /card.*.json$/);
const descriptions = mapApiPageTranslations(req);
return {
descriptions,
pageContent: jsonPageContent,
};
};
| 4,372 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/card.json | {
"props": {
"children": { "type": { "name": "node" } },
"color": {
"type": {
"name": "union",
"description": "'danger'<br>| 'neutral'<br>| 'primary'<br>| 'success'<br>| 'warning'<br>| string"
},
"default": "'neutral'",
"additionalInfo": { "joy-color": true }
},
"component": { "type": { "name": "elementType" } },
"invertedColors": { "type": { "name": "bool" }, "default": "false" },
"orientation": {
"type": { "name": "enum", "description": "'horizontal'<br>| 'vertical'" },
"default": "'vertical'"
},
"size": {
"type": {
"name": "union",
"description": "'lg'<br>| 'md'<br>| 'sm'<br>| string"
},
"default": "'md'",
"additionalInfo": { "joy-size": true }
},
"slotProps": {
"type": { "name": "shape", "description": "{ root?: func<br>| object }" },
"default": "{}"
},
"slots": {
"type": { "name": "shape", "description": "{ root?: elementType }" },
"default": "{}",
"additionalInfo": { "slotsApi": true }
},
"sx": {
"type": {
"name": "union",
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
},
"additionalInfo": { "sx": true }
},
"variant": {
"type": {
"name": "union",
"description": "'outlined'<br>| 'plain'<br>| 'soft'<br>| 'solid'<br>| string"
},
"default": "'outlined'",
"additionalInfo": { "joy-variant": true }
}
},
"name": "Card",
"imports": ["import Card from '@mui/joy/Card';", "import { Card } from '@mui/joy';"],
"styles": { "classes": [], "globalClasses": {}, "name": "MuiCard" },
"slots": [
{
"name": "root",
"description": "The component that renders the root.",
"default": "'div'",
"class": ".MuiCard-root"
}
],
"classes": {
"classes": [
"colorContext",
"colorDanger",
"colorNeutral",
"colorPrimary",
"colorSuccess",
"colorWarning",
"horizontal",
"sizeLg",
"sizeMd",
"sizeSm",
"variantOutlined",
"variantPlain",
"variantSoft",
"variantSolid",
"vertical"
],
"globalClasses": {}
},
"spread": true,
"themeDefaultProps": true,
"muiName": "JoyCard",
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-joy/src/Card/Card.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-card/\">Card</a></li></ul>",
"cssComponent": false
}
| 4,373 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/checkbox.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 './checkbox.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-joy/checkbox', false, /checkbox.*.json$/);
const descriptions = mapApiPageTranslations(req);
return {
descriptions,
pageContent: jsonPageContent,
};
};
| 4,374 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/checkbox.json | {
"props": {
"checked": { "type": { "name": "bool" } },
"checkedIcon": { "type": { "name": "node" }, "default": "<CheckIcon />" },
"className": { "type": { "name": "string" } },
"color": {
"type": {
"name": "union",
"description": "'danger'<br>| 'neutral'<br>| 'primary'<br>| 'success'<br>| 'warning'<br>| string"
},
"default": "'neutral'",
"additionalInfo": { "joy-color": true }
},
"component": { "type": { "name": "elementType" } },
"defaultChecked": { "type": { "name": "bool" } },
"disabled": { "type": { "name": "bool" } },
"disableIcon": { "type": { "name": "bool" }, "default": "false" },
"indeterminate": { "type": { "name": "bool" }, "default": "false" },
"indeterminateIcon": { "type": { "name": "node" }, "default": "<IndeterminateIcon />" },
"label": { "type": { "name": "node" } },
"name": { "type": { "name": "string" } },
"onChange": {
"type": { "name": "func" },
"signature": {
"type": "function(event: React.ChangeEvent<HTMLInputElement>) => void",
"describedArgs": ["event"]
}
},
"overlay": { "type": { "name": "bool" }, "default": "false" },
"readOnly": { "type": { "name": "bool" } },
"required": { "type": { "name": "bool" } },
"size": {
"type": { "name": "enum", "description": "'sm'<br>| 'md'<br>| 'lg'" },
"default": "'md'",
"additionalInfo": { "joy-size": true }
},
"slotProps": {
"type": {
"name": "shape",
"description": "{ action?: func<br>| object, checkbox?: func<br>| object, input?: func<br>| object, label?: func<br>| object, root?: func<br>| object }"
},
"default": "{}"
},
"slots": {
"type": {
"name": "shape",
"description": "{ action?: elementType, checkbox?: elementType, input?: elementType, label?: elementType, root?: elementType }"
},
"default": "{}",
"additionalInfo": { "slotsApi": true }
},
"sx": {
"type": {
"name": "union",
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
},
"additionalInfo": { "sx": true }
},
"uncheckedIcon": { "type": { "name": "node" } },
"value": {
"type": {
"name": "union",
"description": "Array<string><br>| number<br>| string"
}
},
"variant": {
"type": {
"name": "enum",
"description": "'outlined'<br>| 'plain'<br>| 'soft'<br>| 'solid'"
},
"default": "'solid'",
"additionalInfo": { "joy-variant": true }
}
},
"name": "Checkbox",
"imports": ["import Checkbox from '@mui/joy/Checkbox';", "import { Checkbox } from '@mui/joy';"],
"styles": { "classes": [], "globalClasses": {}, "name": "MuiCheckbox" },
"slots": [
{
"name": "root",
"description": "The component that renders the root.",
"default": "'span'",
"class": ".MuiCheckbox-root"
},
{
"name": "checkbox",
"description": "The component that renders the checkbox.",
"default": "'span'",
"class": ".MuiCheckbox-checkbox"
},
{
"name": "action",
"description": "The component that renders the action.",
"default": "'span'",
"class": ".MuiCheckbox-action"
},
{
"name": "input",
"description": "The component that renders the input.",
"default": "'input'",
"class": ".MuiCheckbox-input"
},
{
"name": "label",
"description": "The component that renders the label.",
"default": "'label'",
"class": ".MuiCheckbox-label"
}
],
"classes": {
"classes": [
"checked",
"colorContext",
"colorDanger",
"colorNeutral",
"colorPrimary",
"colorSuccess",
"colorWarning",
"disabled",
"focusVisible",
"indeterminate",
"sizeLg",
"sizeMd",
"sizeSm",
"variantOutlined",
"variantSoft",
"variantSolid"
],
"globalClasses": {
"checked": "Mui-checked",
"disabled": "Mui-disabled",
"focusVisible": "Mui-focusVisible"
}
},
"spread": false,
"themeDefaultProps": true,
"muiName": "JoyCheckbox",
"forwardsRefTo": "HTMLSpanElement",
"filename": "/packages/mui-joy/src/Checkbox/Checkbox.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-checkbox/\">Checkbox</a></li></ul>",
"cssComponent": false
}
| 4,375 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/chip-delete.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 './chip-delete.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-joy/chip-delete',
false,
/chip-delete.*.json$/,
);
const descriptions = mapApiPageTranslations(req);
return {
descriptions,
pageContent: jsonPageContent,
};
};
| 4,376 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/chip-delete.json | {
"props": {
"children": { "type": { "name": "node" } },
"color": {
"type": {
"name": "union",
"description": "'danger'<br>| 'neutral'<br>| 'primary'<br>| 'success'<br>| 'warning'<br>| string"
},
"default": "'neutral'",
"additionalInfo": { "joy-color": true }
},
"component": { "type": { "name": "elementType" } },
"disabled": { "type": { "name": "bool" } },
"onDelete": { "type": { "name": "func" } },
"slotProps": {
"type": { "name": "shape", "description": "{ root?: func<br>| object }" },
"default": "{}"
},
"slots": {
"type": { "name": "shape", "description": "{ root?: elementType }" },
"default": "{}",
"additionalInfo": { "slotsApi": true }
},
"sx": {
"type": {
"name": "union",
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
},
"additionalInfo": { "sx": true }
},
"variant": {
"type": {
"name": "union",
"description": "'outlined'<br>| 'plain'<br>| 'soft'<br>| 'solid'<br>| string"
},
"default": "'plain'",
"additionalInfo": { "joy-variant": true }
}
},
"name": "ChipDelete",
"imports": [
"import ChipDelete from '@mui/joy/ChipDelete';",
"import { ChipDelete } from '@mui/joy';"
],
"styles": { "classes": [], "globalClasses": {}, "name": "MuiChipDelete" },
"slots": [
{
"name": "root",
"description": "The component that renders the root.",
"default": "'button'",
"class": ".MuiChipDelete-root"
}
],
"classes": {
"classes": [
"colorContext",
"colorDanger",
"colorNeutral",
"colorPrimary",
"colorSuccess",
"colorWarning",
"disabled",
"focusVisible",
"variantOutlined",
"variantPlain",
"variantSoft",
"variantSolid"
],
"globalClasses": { "disabled": "Mui-disabled", "focusVisible": "Mui-focusVisible" }
},
"spread": true,
"themeDefaultProps": true,
"muiName": "JoyChipDelete",
"forwardsRefTo": "HTMLButtonElement",
"filename": "/packages/mui-joy/src/ChipDelete/ChipDelete.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-chip/\">Chip</a></li></ul>",
"cssComponent": false
}
| 4,377 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/chip.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 './chip.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-joy/chip', false, /chip.*.json$/);
const descriptions = mapApiPageTranslations(req);
return {
descriptions,
pageContent: jsonPageContent,
};
};
| 4,378 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/chip.json | {
"props": {
"children": { "type": { "name": "node" } },
"color": {
"type": {
"name": "union",
"description": "'danger'<br>| 'neutral'<br>| 'primary'<br>| 'success'<br>| 'warning'<br>| string"
},
"default": "'neutral'",
"additionalInfo": { "joy-color": true }
},
"component": { "type": { "name": "elementType" } },
"disabled": { "type": { "name": "bool" }, "default": "false" },
"endDecorator": { "type": { "name": "node" } },
"onClick": { "type": { "name": "func" } },
"size": {
"type": {
"name": "union",
"description": "'lg'<br>| 'md'<br>| 'sm'<br>| string"
},
"default": "'md'",
"additionalInfo": { "joy-size": true }
},
"slotProps": {
"type": {
"name": "shape",
"description": "{ action?: func<br>| object, endDecorator?: func<br>| object, label?: func<br>| object, root?: func<br>| object, startDecorator?: func<br>| object }"
},
"default": "{}"
},
"slots": {
"type": {
"name": "shape",
"description": "{ action?: elementType, endDecorator?: elementType, label?: elementType, root?: elementType, startDecorator?: elementType }"
},
"default": "{}",
"additionalInfo": { "slotsApi": true }
},
"startDecorator": { "type": { "name": "node" } },
"sx": {
"type": {
"name": "union",
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
},
"additionalInfo": { "sx": true }
},
"variant": {
"type": {
"name": "union",
"description": "'outlined'<br>| 'plain'<br>| 'soft'<br>| 'solid'<br>| string"
},
"default": "'soft'",
"additionalInfo": { "joy-variant": true }
}
},
"name": "Chip",
"imports": ["import Chip from '@mui/joy/Chip';", "import { Chip } from '@mui/joy';"],
"styles": { "classes": [], "globalClasses": {}, "name": "MuiChip" },
"slots": [
{
"name": "root",
"description": "The component that renders the root.",
"default": "'div'",
"class": ".MuiChip-root"
},
{
"name": "label",
"description": "The component that renders the label.",
"default": "'span'",
"class": ".MuiChip-label"
},
{
"name": "action",
"description": "The component that renders the action.",
"default": "'button'",
"class": null
},
{
"name": "startDecorator",
"description": "The component that renders the start decorator.",
"default": "'span'",
"class": ".MuiChip-startDecorator"
},
{
"name": "endDecorator",
"description": "The component that renders the end decorator.",
"default": "'span'",
"class": ".MuiChip-endDecorator"
}
],
"classes": {
"classes": [
"colorContext",
"colorDanger",
"colorNeutral",
"colorPrimary",
"colorSuccess",
"colorWarning",
"disabled",
"focusVisible",
"labelLg",
"labelMd",
"labelSm",
"sizeLg",
"sizeMd",
"sizeSm",
"variantOutlined",
"variantPlain",
"variantSoft",
"variantSolid"
],
"globalClasses": { "disabled": "Mui-disabled", "focusVisible": "Mui-focusVisible" }
},
"spread": true,
"themeDefaultProps": true,
"muiName": "JoyChip",
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-joy/src/Chip/Chip.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-chip/\">Chip</a></li></ul>",
"cssComponent": false
}
| 4,379 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/circular-progress.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 './circular-progress.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-joy/circular-progress',
false,
/circular-progress.*.json$/,
);
const descriptions = mapApiPageTranslations(req);
return {
descriptions,
pageContent: jsonPageContent,
};
};
| 4,380 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/circular-progress.json | {
"props": {
"color": {
"type": {
"name": "union",
"description": "'danger'<br>| 'neutral'<br>| 'primary'<br>| 'success'<br>| 'warning'<br>| string"
},
"default": "'primary'",
"additionalInfo": { "joy-color": true }
},
"component": { "type": { "name": "elementType" } },
"determinate": { "type": { "name": "bool" }, "default": "false" },
"size": {
"type": {
"name": "union",
"description": "'sm'<br>| 'md'<br>| 'lg'<br>| string"
},
"default": "'md'",
"additionalInfo": { "joy-size": true }
},
"slotProps": {
"type": {
"name": "shape",
"description": "{ progress?: func<br>| object, root?: func<br>| object, svg?: func<br>| object, track?: func<br>| object }"
},
"default": "{}"
},
"slots": {
"type": {
"name": "shape",
"description": "{ progress?: elementType, root?: elementType, svg?: elementType, track?: elementType }"
},
"default": "{}",
"additionalInfo": { "slotsApi": true }
},
"sx": {
"type": {
"name": "union",
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
},
"additionalInfo": { "sx": true }
},
"thickness": { "type": { "name": "number" } },
"value": { "type": { "name": "number" }, "default": "determinate ? 0 : 25" },
"variant": {
"type": {
"name": "union",
"description": "'outlined'<br>| 'plain'<br>| 'soft'<br>| 'solid'<br>| string"
},
"default": "'soft'",
"additionalInfo": { "joy-variant": true }
}
},
"name": "CircularProgress",
"imports": [
"import CircularProgress from '@mui/joy/CircularProgress';",
"import { CircularProgress } from '@mui/joy';"
],
"styles": { "classes": [], "globalClasses": {}, "name": "MuiCircularProgress" },
"slots": [
{
"name": "root",
"description": "The component that renders the root.",
"default": "'span'",
"class": ".MuiCircularProgress-root"
},
{
"name": "svg",
"description": "The component that renders the svg.",
"default": "'svg'",
"class": ".MuiCircularProgress-svg"
},
{
"name": "track",
"description": "The component that renders the track.",
"default": "'circle'",
"class": ".MuiCircularProgress-track"
},
{
"name": "progress",
"description": "The component that renders the progress.",
"default": "'circle'",
"class": ".MuiCircularProgress-progress"
}
],
"classes": {
"classes": [
"colorContext",
"colorDanger",
"colorNeutral",
"colorPrimary",
"colorSuccess",
"colorWarning",
"determinate",
"sizeLg",
"sizeMd",
"sizeSm",
"variantOutlined",
"variantPlain",
"variantSoft",
"variantSolid"
],
"globalClasses": {}
},
"spread": true,
"themeDefaultProps": true,
"muiName": "JoyCircularProgress",
"forwardsRefTo": "HTMLSpanElement",
"filename": "/packages/mui-joy/src/CircularProgress/CircularProgress.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-circular-progress/\">Circular Progress</a></li></ul>",
"cssComponent": false
}
| 4,381 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/css-baseline.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 './css-baseline.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-joy/css-baseline',
false,
/css-baseline.*.json$/,
);
const descriptions = mapApiPageTranslations(req);
return {
descriptions,
pageContent: jsonPageContent,
};
};
| 4,382 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/css-baseline.json | {
"props": {
"children": { "type": { "name": "node" } },
"disableColorScheme": { "type": { "name": "bool" }, "default": "false" }
},
"name": "CssBaseline",
"imports": [
"import CssBaseline from '@mui/joy/CssBaseline';",
"import { CssBaseline } from '@mui/joy';"
],
"styles": { "classes": [], "globalClasses": {}, "name": null },
"spread": true,
"themeDefaultProps": null,
"muiName": "JoyCssBaseline",
"filename": "/packages/mui-joy/src/CssBaseline/CssBaseline.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-css-baseline/\">CSS Baseline</a></li></ul>",
"cssComponent": false
}
| 4,383 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/dialog-actions.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 './dialog-actions.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-joy/dialog-actions',
false,
/dialog-actions.*.json$/,
);
const descriptions = mapApiPageTranslations(req);
return {
descriptions,
pageContent: jsonPageContent,
};
};
| 4,384 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/dialog-actions.json | {
"props": {
"buttonFlex": { "type": { "name": "union", "description": "number<br>| string" } },
"children": { "type": { "name": "node" } },
"component": { "type": { "name": "elementType" } },
"orientation": {
"type": {
"name": "enum",
"description": "'horizontal-reverse'<br>| 'horizontal'<br>| 'vertical'"
},
"default": "'horizontal-reverse'"
},
"slotProps": {
"type": { "name": "shape", "description": "{ root?: func<br>| object }" },
"default": "{}"
},
"slots": {
"type": { "name": "shape", "description": "{ root?: elementType }" },
"default": "{}",
"additionalInfo": { "slotsApi": true }
},
"sx": {
"type": {
"name": "union",
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
},
"additionalInfo": { "sx": true }
}
},
"name": "DialogActions",
"imports": [
"import DialogActions from '@mui/joy/DialogActions';",
"import { DialogActions } from '@mui/joy';"
],
"styles": { "classes": ["root"], "globalClasses": {}, "name": "MuiDialogActions" },
"slots": [
{
"name": "root",
"description": "The component that renders the root.",
"default": "'div'",
"class": ".MuiDialogActions-root"
}
],
"spread": true,
"themeDefaultProps": true,
"muiName": "JoyDialogActions",
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-joy/src/DialogActions/DialogActions.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-modal/\">Modal</a></li></ul>",
"cssComponent": false
}
| 4,385 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/dialog-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 './dialog-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-joy/dialog-content',
false,
/dialog-content.*.json$/,
);
const descriptions = mapApiPageTranslations(req);
return {
descriptions,
pageContent: jsonPageContent,
};
};
| 4,386 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/dialog-content.json | {
"props": {
"children": { "type": { "name": "node" } },
"component": { "type": { "name": "elementType" } },
"orientation": {
"type": { "name": "enum", "description": "'horizontal'<br>| 'vertical'" },
"default": "'vertical'"
},
"slotProps": {
"type": { "name": "shape", "description": "{ root?: func<br>| object }" },
"default": "{}"
},
"slots": {
"type": { "name": "shape", "description": "{ root?: elementType }" },
"default": "{}",
"additionalInfo": { "slotsApi": true }
},
"sx": {
"type": {
"name": "union",
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
},
"additionalInfo": { "sx": true }
}
},
"name": "DialogContent",
"imports": [
"import DialogContent from '@mui/joy/DialogContent';",
"import { DialogContent } from '@mui/joy';"
],
"styles": { "classes": ["root"], "globalClasses": {}, "name": "MuiDialogContent" },
"slots": [
{
"name": "root",
"description": "The component that renders the root.",
"default": "'div'",
"class": ".MuiDialogContent-root"
}
],
"spread": true,
"themeDefaultProps": true,
"muiName": "JoyDialogContent",
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-joy/src/DialogContent/DialogContent.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-drawer/\">Drawer</a></li>\n<li><a href=\"/joy-ui/react-modal/\">Modal</a></li></ul>",
"cssComponent": false
}
| 4,387 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/dialog-title.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 './dialog-title.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-joy/dialog-title',
false,
/dialog-title.*.json$/,
);
const descriptions = mapApiPageTranslations(req);
return {
descriptions,
pageContent: jsonPageContent,
};
};
| 4,388 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/dialog-title.json | {
"props": {
"children": { "type": { "name": "node" } },
"color": {
"type": {
"name": "enum",
"description": "'danger'<br>| 'neutral'<br>| 'primary'<br>| 'success'<br>| 'warning'"
},
"additionalInfo": { "joy-color": true }
},
"component": { "type": { "name": "elementType" } },
"level": {
"type": {
"name": "enum",
"description": "'body-lg'<br>| 'body-md'<br>| 'body-sm'<br>| 'body-xs'<br>| 'h1'<br>| 'h2'<br>| 'h3'<br>| 'h4'<br>| 'inherit'<br>| 'title-lg'<br>| 'title-md'<br>| 'title-sm'"
},
"default": "{ sm: 'title-md', md: 'title-lg', lg: 'h4' }"
},
"slotProps": {
"type": { "name": "shape", "description": "{ root?: func<br>| object }" },
"default": "{}"
},
"slots": {
"type": { "name": "shape", "description": "{ root?: elementType }" },
"default": "{}",
"additionalInfo": { "slotsApi": true }
},
"sx": {
"type": {
"name": "union",
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
},
"additionalInfo": { "sx": true }
},
"variant": {
"type": {
"name": "enum",
"description": "'outlined'<br>| 'plain'<br>| 'soft'<br>| 'solid'"
},
"additionalInfo": { "joy-variant": true }
}
},
"name": "DialogTitle",
"imports": [
"import DialogTitle from '@mui/joy/DialogTitle';",
"import { DialogTitle } from '@mui/joy';"
],
"styles": { "classes": [], "globalClasses": {}, "name": "MuiDialogTitle" },
"slots": [
{
"name": "root",
"description": "The component that renders the root.",
"default": "'div'",
"class": ".MuiDialogTitle-root"
}
],
"classes": {
"classes": [
"body-lg",
"body-md",
"body-sm",
"body-xs",
"colorContext",
"colorDanger",
"colorNeutral",
"colorPrimary",
"colorSuccess",
"colorWarning",
"h1",
"h2",
"h3",
"h4",
"title-lg",
"title-md",
"title-sm",
"variantOutlined",
"variantPlain",
"variantSoft",
"variantSolid"
],
"globalClasses": {}
},
"spread": true,
"themeDefaultProps": true,
"muiName": "JoyDialogTitle",
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-joy/src/DialogTitle/DialogTitle.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-modal/\">Modal</a></li></ul>",
"cssComponent": false
}
| 4,389 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/divider.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 './divider.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-joy/divider', false, /divider.*.json$/);
const descriptions = mapApiPageTranslations(req);
return {
descriptions,
pageContent: jsonPageContent,
};
};
| 4,390 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/divider.json | {
"props": {
"children": { "type": { "name": "node" } },
"component": { "type": { "name": "elementType" } },
"inset": {
"type": {
"name": "union",
"description": "'none'<br>| 'context'<br>| string"
}
},
"orientation": {
"type": { "name": "enum", "description": "'horizontal'<br>| 'vertical'" },
"default": "'horizontal'"
},
"slotProps": {
"type": { "name": "shape", "description": "{ root?: func<br>| object }" },
"default": "{}"
},
"slots": {
"type": { "name": "shape", "description": "{ root?: elementType }" },
"default": "{}",
"additionalInfo": { "slotsApi": true }
},
"sx": {
"type": {
"name": "union",
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
},
"additionalInfo": { "sx": true }
}
},
"name": "Divider",
"imports": ["import Divider from '@mui/joy/Divider';", "import { Divider } from '@mui/joy';"],
"styles": { "classes": [], "globalClasses": {}, "name": "MuiDivider" },
"slots": [
{
"name": "root",
"description": "The component that renders the root.",
"default": "'hr'",
"class": ".MuiDivider-root"
}
],
"classes": {
"classes": ["horizontal", "insetContext", "insetNone", "vertical"],
"globalClasses": {}
},
"spread": true,
"themeDefaultProps": true,
"muiName": "JoyDivider",
"forwardsRefTo": "HTMLHRElement",
"filename": "/packages/mui-joy/src/Divider/Divider.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-divider/\">Divider</a></li></ul>",
"cssComponent": false
}
| 4,391 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/drawer.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 './drawer.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-joy/drawer', false, /drawer.*.json$/);
const descriptions = mapApiPageTranslations(req);
return {
descriptions,
pageContent: jsonPageContent,
};
};
| 4,392 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/drawer.json | {
"props": {
"open": { "type": { "name": "bool" }, "required": true },
"anchor": {
"type": {
"name": "enum",
"description": "'bottom'<br>| 'left'<br>| 'right'<br>| 'top'"
},
"default": "'left'"
},
"color": {
"type": {
"name": "enum",
"description": "'danger'<br>| 'neutral'<br>| 'primary'<br>| 'success'<br>| 'warning'"
},
"default": "'neutral'",
"additionalInfo": { "joy-color": true }
},
"component": { "type": { "name": "elementType" } },
"container": { "type": { "name": "union", "description": "HTML element<br>| func" } },
"disableAutoFocus": { "type": { "name": "bool" }, "default": "false" },
"disableEnforceFocus": { "type": { "name": "bool" }, "default": "false" },
"disableEscapeKeyDown": { "type": { "name": "bool" }, "default": "false" },
"disablePortal": { "type": { "name": "bool" }, "default": "false" },
"disableRestoreFocus": { "type": { "name": "bool" }, "default": "false" },
"disableScrollLock": { "type": { "name": "bool" }, "default": "false" },
"hideBackdrop": { "type": { "name": "bool" }, "default": "false" },
"invertedColors": { "type": { "name": "bool" }, "default": "false" },
"onClose": {
"type": { "name": "func" },
"signature": {
"type": "function(event: object, reason: string) => void",
"describedArgs": ["event", "reason"]
}
},
"size": {
"type": { "name": "enum", "description": "'sm'<br>| 'md'<br>| 'lg'" },
"default": "'md'",
"additionalInfo": { "joy-size": true }
},
"slotProps": {
"type": {
"name": "shape",
"description": "{ backdrop?: func<br>| object, content?: func<br>| object, root?: func<br>| object }"
},
"default": "{}"
},
"slots": {
"type": {
"name": "shape",
"description": "{ backdrop?: elementType, content?: elementType, root?: elementType }"
},
"default": "{}",
"additionalInfo": { "slotsApi": true }
},
"variant": {
"type": {
"name": "enum",
"description": "'outlined'<br>| 'plain'<br>| 'soft'<br>| 'solid'"
},
"default": "'plain'",
"additionalInfo": { "joy-variant": true }
}
},
"name": "Drawer",
"imports": ["import Drawer from '@mui/joy/Drawer';", "import { Drawer } from '@mui/joy';"],
"styles": { "classes": [], "globalClasses": {}, "name": "MuiDrawer" },
"slots": [
{
"name": "root",
"description": "The component that renders the root.",
"default": "'div'",
"class": ".MuiDrawer-root"
},
{
"name": "backdrop",
"description": "The component that renders the backdrop.",
"default": "'div'",
"class": ".MuiDrawer-backdrop"
},
{
"name": "content",
"description": "The component that renders the content of the drawer.",
"default": "'div'",
"class": ".MuiDrawer-content"
}
],
"classes": {
"classes": [
"colorContext",
"colorDanger",
"colorNeutral",
"colorPrimary",
"colorSuccess",
"colorWarning",
"hidden",
"sizeLg",
"sizeMd",
"sizeSm",
"variantOutlined",
"variantPlain",
"variantSoft",
"variantSolid"
],
"globalClasses": {}
},
"spread": true,
"themeDefaultProps": false,
"muiName": "JoyDrawer",
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-joy/src/Drawer/Drawer.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-drawer/\">Drawer</a></li></ul>",
"cssComponent": false
}
| 4,393 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/form-control.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 './form-control.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-joy/form-control',
false,
/form-control.*.json$/,
);
const descriptions = mapApiPageTranslations(req);
return {
descriptions,
pageContent: jsonPageContent,
};
};
| 4,394 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/form-control.json | {
"props": {
"children": { "type": { "name": "node" } },
"color": {
"type": {
"name": "union",
"description": "'danger'<br>| 'neutral'<br>| 'primary'<br>| 'success'<br>| 'warning'<br>| string"
},
"additionalInfo": { "joy-color": true }
},
"component": { "type": { "name": "elementType" } },
"disabled": { "type": { "name": "bool" }, "default": "false" },
"error": { "type": { "name": "bool" }, "default": "false" },
"orientation": {
"type": { "name": "enum", "description": "'horizontal'<br>| 'vertical'" },
"default": "'vertical'"
},
"required": { "type": { "name": "bool" }, "default": "false" },
"size": {
"type": {
"name": "union",
"description": "'sm'<br>| 'md'<br>| 'lg'<br>| string"
},
"default": "'md'",
"additionalInfo": { "joy-size": true }
},
"slotProps": {
"type": { "name": "shape", "description": "{ root?: func<br>| object }" },
"default": "{}"
},
"slots": {
"type": { "name": "shape", "description": "{ root?: elementType }" },
"default": "{}",
"additionalInfo": { "slotsApi": true }
},
"sx": {
"type": {
"name": "union",
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
},
"additionalInfo": { "sx": true }
}
},
"name": "FormControl",
"imports": [
"import FormControl from '@mui/joy/FormControl';",
"import { FormControl } from '@mui/joy';"
],
"styles": { "classes": [], "globalClasses": {}, "name": "MuiFormControl" },
"slots": [
{
"name": "root",
"description": "The component that renders the root.",
"default": "'div'",
"class": ".MuiFormControl-root"
}
],
"classes": {
"classes": [
"colorDanger",
"colorNeutral",
"colorPrimary",
"colorSuccess",
"colorWarning",
"disabled",
"error",
"horizontal",
"sizeLg",
"sizeMd",
"sizeSm",
"vertical"
],
"globalClasses": { "disabled": "Mui-disabled", "error": "Mui-error" }
},
"spread": true,
"themeDefaultProps": true,
"muiName": "JoyFormControl",
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-joy/src/FormControl/FormControl.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-input/\">Input</a></li></ul>",
"cssComponent": false
}
| 4,395 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/form-helper-text.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 './form-helper-text.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-joy/form-helper-text',
false,
/form-helper-text.*.json$/,
);
const descriptions = mapApiPageTranslations(req);
return {
descriptions,
pageContent: jsonPageContent,
};
};
| 4,396 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/form-helper-text.json | {
"props": {
"children": { "type": { "name": "node" } },
"component": { "type": { "name": "elementType" } },
"slotProps": {
"type": { "name": "shape", "description": "{ root?: func<br>| object }" },
"default": "{}"
},
"slots": {
"type": { "name": "shape", "description": "{ root?: elementType }" },
"default": "{}",
"additionalInfo": { "slotsApi": true }
},
"sx": {
"type": {
"name": "union",
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
},
"additionalInfo": { "sx": true }
}
},
"name": "FormHelperText",
"imports": [
"import FormHelperText from '@mui/joy/FormHelperText';",
"import { FormHelperText } from '@mui/joy';"
],
"styles": { "classes": ["root"], "globalClasses": {}, "name": "MuiFormHelperText" },
"slots": [
{
"name": "root",
"description": "The component that renders the root.",
"default": "'p'",
"class": ".MuiFormHelperText-root"
}
],
"spread": true,
"themeDefaultProps": true,
"muiName": "JoyFormHelperText",
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-joy/src/FormHelperText/FormHelperText.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-input/\">Input</a></li></ul>",
"cssComponent": false
}
| 4,397 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/form-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 './form-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-joy/form-label',
false,
/form-label.*.json$/,
);
const descriptions = mapApiPageTranslations(req);
return {
descriptions,
pageContent: jsonPageContent,
};
};
| 4,398 |
0 | petrpan-code/mui/material-ui/docs/pages/joy-ui | petrpan-code/mui/material-ui/docs/pages/joy-ui/api/form-label.json | {
"props": {
"children": { "type": { "name": "node" } },
"component": { "type": { "name": "elementType" } },
"required": { "type": { "name": "bool" } },
"slotProps": {
"type": {
"name": "shape",
"description": "{ asterisk?: func<br>| object, root?: func<br>| object }"
},
"default": "{}"
},
"slots": {
"type": { "name": "shape", "description": "{ asterisk?: elementType, root?: elementType }" },
"default": "{}",
"additionalInfo": { "slotsApi": true }
},
"sx": {
"type": {
"name": "union",
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
},
"additionalInfo": { "sx": true }
}
},
"name": "FormLabel",
"imports": [
"import FormLabel from '@mui/joy/FormLabel';",
"import { FormLabel } from '@mui/joy';"
],
"styles": { "classes": ["root", "asterisk"], "globalClasses": {}, "name": "MuiFormLabel" },
"slots": [
{
"name": "root",
"description": "The component that renders the root.",
"default": "'label'",
"class": ".MuiFormLabel-root"
},
{
"name": "asterisk",
"description": "The component that renders the asterisk.",
"default": "'span'",
"class": ".MuiFormLabel-asterisk"
}
],
"spread": true,
"themeDefaultProps": true,
"muiName": "JoyFormLabel",
"forwardsRefTo": "HTMLLabelElement",
"filename": "/packages/mui-joy/src/FormLabel/FormLabel.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-input/\">Input</a></li></ul>",
"cssComponent": false
}
| 4,399 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.