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/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/box/box.json | {
"componentDescription": "",
"propDescriptions": {
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": { "root": { "description": "Class name applied to the root element." } }
}
| 5,500 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/breadcrumbs/breadcrumbs.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"separator": { "description": "Custom separator node." },
"size": {
"description": "The size of the component. It accepts theme values between 'sm' and 'lg'."
},
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"ol": { "description": "Class name applied to {{nodeName}}.", "nodeName": "the ol element" },
"li": { "description": "Class name applied to {{nodeName}}.", "nodeName": "the li element" },
"separator": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the separator element"
},
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"sm\"</code>"
},
"sizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"md\"</code>"
},
"sizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"lg\"</code>"
}
},
"slotDescriptions": {
"root": "The component that renders the root.",
"ol": "The component that renders the ol.",
"li": "The component that renders the li.",
"separator": "The component that renders the separator."
}
}
| 5,501 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/button-group/button-group.json | {
"componentDescription": "",
"propDescriptions": {
"buttonFlex": { "description": "The flex value of the button." },
"children": {
"description": "Used to render icon or text elements inside the ButtonGroup if <code>src</code> is not set. This can be an element, or just a string."
},
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"disabled": { "description": "If <code>true</code>, all the buttons will be disabled." },
"orientation": { "description": "The component orientation." },
"size": {
"description": "The size of the component. It accepts theme values between 'sm' and 'lg'."
},
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"spacing": {
"description": "Defines the space between the type <code>item</code> components. It can only be used on a type <code>container</code> component."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
},
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"sm\"</code>"
},
"sizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"md\"</code>"
},
"sizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"lg\"</code>"
},
"horizontal": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"horizontal\"</code>"
},
"vertical": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"vertical\"</code>"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,502 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/button/button.json | {
"componentDescription": "",
"propDescriptions": {
"action": {
"description": "A ref for imperative actions. It currently only supports <code>focusVisible()</code> action."
},
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"disabled": { "description": "If <code>true</code>, the component is disabled." },
"endDecorator": { "description": "Element placed after the children." },
"fullWidth": {
"description": "If <code>true</code>, the button will take up the full width of its container."
},
"loading": {
"description": "If <code>true</code>, the loading indicator is shown and the button becomes disabled."
},
"loadingIndicator": {
"description": "The node should contain an element with <code>role="progressbar"</code> with an accessible name. By default we render a <code>CircularProgress</code> that is labelled by the button itself."
},
"loadingPosition": {
"description": "The loading indicator can be positioned on the start, end, or the center of the button."
},
"size": { "description": "The size of the component." },
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"startDecorator": { "description": "Element placed before the children." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
},
"focusVisible": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the ButtonBase root element",
"conditions": "the button is keyboard focused"
},
"disabled": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>disabled={true}</code>"
},
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"sm\"</code>"
},
"sizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"md\"</code>"
},
"sizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"lg\"</code>"
},
"fullWidth": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>fullWidth={true}</code>"
},
"startDecorator": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the startDecorator element",
"conditions": "supplied"
},
"endDecorator": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the endDecorator element",
"conditions": "supplied"
},
"loading": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>loading={true}</code>"
},
"loadingIndicatorCenter": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the loadingIndicatorCenter element"
}
},
"slotDescriptions": {
"root": "The component that renders the root.",
"startDecorator": "The component that renders the start decorator.",
"endDecorator": "The component that renders the end decorator.",
"loadingIndicatorCenter": "The component that renders the loading indicator center."
}
}
| 5,503 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/card-actions/card-actions.json | {
"componentDescription": "",
"propDescriptions": {
"buttonFlex": { "description": "The CSS <code>flex</code> for the Button and its wrapper." },
"children": {
"description": "Used to render icon or text elements inside the CardActions if <code>src</code> is not set. This can be an element, or just a string."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"orientation": { "description": "The component orientation." },
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": { "root": { "description": "Class name applied to the root element." } },
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,504 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/card-content/card-content.json | {
"componentDescription": "",
"propDescriptions": {
"children": {
"description": "Used to render icon or text elements inside the CardContent if <code>src</code> is not set. This can be an element, or just a string."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"orientation": { "description": "The component orientation." },
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": { "root": { "description": "Class name applied to the root element." } },
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,505 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/card-cover/card-cover.json | {
"componentDescription": "",
"propDescriptions": {
"children": {
"description": "Used to render icon or text elements inside the CardCover if <code>src</code> is not set. This can be an element, or just a string."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": { "root": { "description": "Class name applied to the root element." } },
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,506 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/card-overflow/card-overflow.json | {
"componentDescription": "",
"propDescriptions": {
"children": {
"description": "Used to render icon or text elements inside the CardOverflow if <code>src</code> is not set. This can be an element, or just a string."
},
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,507 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/card/card.json | {
"componentDescription": "",
"propDescriptions": {
"children": {
"description": "Used to render icon or text elements inside the Card if <code>src</code> is not set. This can be an element, or just a string."
},
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"invertedColors": {
"description": "If <code>true</code>, the children with an implicit color prop invert their colors to match the component's variant and color."
},
"orientation": { "description": "The component orientation." },
"size": {
"description": "The size of the component. It accepts theme values between 'sm' and 'lg'."
},
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
},
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"sm\"</code>"
},
"sizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"md\"</code>"
},
"sizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"lg\"</code>"
},
"horizontal": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"horizontal\"</code>"
},
"vertical": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"vertical\"</code>"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,508 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/checkbox/checkbox.json | {
"componentDescription": "",
"propDescriptions": {
"checked": { "description": "If <code>true</code>, the component is checked." },
"checkedIcon": { "description": "The icon to display when the component is checked." },
"className": { "description": "Class name applied to the root element." },
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"defaultChecked": {
"description": "The default checked state. Use when the component is not controlled."
},
"disabled": { "description": "If <code>true</code>, the component is disabled." },
"disableIcon": {
"description": "If <code>true</code>, the checked icon is removed and the selected variant is applied on the <code>action</code> element instead."
},
"indeterminate": {
"description": "If <code>true</code>, the component appears indeterminate. This does not set the native input element to indeterminate due to inconsistent behavior across browsers. However, we set a <code>data-indeterminate</code> attribute on the <code>input</code>."
},
"indeterminateIcon": {
"description": "The icon to display when the component is indeterminate."
},
"label": { "description": "The label element next to the checkbox." },
"name": { "description": "The <code>name</code> attribute of the input." },
"onChange": {
"description": "Callback fired when the state is changed.",
"typeDescriptions": {
"event": "The event source of the callback. You can pull out the new value by accessing <code>event.target.value</code> (string). You can pull out the new checked state by accessing <code>event.target.checked</code> (boolean)."
}
},
"overlay": {
"description": "If <code>true</code>, the root element's position is set to initial which allows the action area to fill the nearest positioned parent. This prop is useful for composing Checkbox with ListItem component."
},
"readOnly": { "description": "If <code>true</code>, the component is read only." },
"required": {
"description": "If <code>true</code>, the <code>input</code> element is required."
},
"size": { "description": "The size of the component." },
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"uncheckedIcon": { "description": "The icon when <code>checked</code> is false." },
"value": {
"description": "The value of the component. The DOM API casts this to a string. The browser uses "on" as the default value."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"checkbox": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the checkbox element"
},
"action": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the action element"
},
"input": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the input element"
},
"label": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the label element"
},
"checked": {
"description": "State class applied to {{nodeName}}.",
"nodeName": "the input component's <code>checked</code> class"
},
"disabled": {
"description": "State class applied to {{nodeName}}.",
"nodeName": "the input component's disabled class"
},
"focusVisible": {
"description": "Class name applied to the root element if the switch has visible focus"
},
"indeterminate": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>indeterminate={true}</code>"
},
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"sm\"</code>"
},
"sizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"md\"</code>"
},
"sizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"lg\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
}
},
"slotDescriptions": {
"root": "The component that renders the root.",
"checkbox": "The component that renders the checkbox.",
"action": "The component that renders the action.",
"input": "The component that renders the input.",
"label": "The component that renders the label."
}
}
| 5,509 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/chip-delete/chip-delete.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "If provided, it will replace the default icon." },
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"disabled": {
"description": "If <code>true</code>, the component is disabled. If <code>undefined</code>, the value inherits from the parent chip via a React context."
},
"onDelete": {
"description": "<p>Callback fired when the component is not disabled and either:</p>\n<ul>\n<li><code>Backspace</code>, <code>Enter</code> or <code>Delete</code> is pressed.</li>\n<li>The component is clicked.</li>\n</ul>\n"
},
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"disabled": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>disabled={true}</code>"
},
"focusVisible": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "keyboard focused"
},
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,510 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/chip/chip.json | {
"componentDescription": "Chips represent complex entities in small blocks, such as a contact.",
"propDescriptions": {
"children": { "description": "The content of the component." },
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"disabled": { "description": "If <code>true</code>, the component is disabled." },
"endDecorator": { "description": "Element placed after the children." },
"onClick": { "description": "Element action click handler." },
"size": {
"description": "The size of the component. It accepts theme values between 'sm' and 'lg'."
},
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"startDecorator": { "description": "Element placed before the children." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"disabled": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>disabled={true}</code>"
},
"endDecorator": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the endDecorator element",
"conditions": "supplied"
},
"focusVisible": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "keyboard focused"
},
"label": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the label <code>span</code> element"
},
"labelSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the label <code>span</code> element",
"conditions": "<code>size=\"sm\"</code>"
},
"labelMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the label <code>span</code> element",
"conditions": "<code>size=\"md\"</code>"
},
"labelLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the label <code>span</code> element",
"conditions": "<code>size=\"lg\"</code>"
},
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"sm\"</code>"
},
"sizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"md\"</code>"
},
"sizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"lg\"</code>"
},
"startDecorator": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the startDecorator element",
"conditions": "supplied"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
}
},
"slotDescriptions": {
"root": "The component that renders the root.",
"label": "The component that renders the label.",
"action": "The component that renders the action.",
"startDecorator": "The component that renders the start decorator.",
"endDecorator": "The component that renders the end decorator."
}
}
| 5,511 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/circular-progress/circular-progress.json | {
"componentDescription": "## ARIA\n\nIf the progress bar is describing the loading progress of a particular region of a page,\nyou should use `aria-describedby` to point to the progress bar, and set the `aria-busy`\nattribute to `true` on that region until it has finished loading.",
"propDescriptions": {
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"determinate": {
"description": "The boolean to select a variant. Use indeterminate when there is no progress value."
},
"size": {
"description": "The size of the component. It accepts theme values between 'sm' and 'lg'."
},
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"thickness": { "description": "The thickness of the circle." },
"value": {
"description": "The value of the progress indicator for the determinate variant. Value between 0 and 100."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"determinate": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>determinate</code> is true"
},
"svg": { "description": "Class name applied to {{nodeName}}.", "nodeName": "the svg element" },
"track": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the <code>track</code> element"
},
"progress": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the <code>progress</code> element"
},
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"sm\"</code>"
},
"sizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"md\"</code>"
},
"sizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"lg\"</code>"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
}
},
"slotDescriptions": {
"root": "The component that renders the root.",
"svg": "The component that renders the svg.",
"track": "The component that renders the track.",
"progress": "The component that renders the progress."
}
}
| 5,512 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/css-baseline/css-baseline.json | {
"componentDescription": "Kickstart an elegant, consistent, and simple baseline to build upon.",
"propDescriptions": {
"children": { "description": "You can wrap a node." },
"disableColorScheme": {
"description": "Disable <code>color-scheme</code> CSS property.<br>For more details, check out <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/color-scheme\">https://developer.mozilla.org/en-US/docs/Web/CSS/color-scheme</a> For browser support, check out <a href=\"https://caniuse.com/?search=color-scheme\">https://caniuse.com/?search=color-scheme</a>"
}
},
"classDescriptions": {}
}
| 5,513 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/dialog-actions/dialog-actions.json | {
"componentDescription": "",
"propDescriptions": {
"buttonFlex": { "description": "The CSS <code>flex</code> for the Button and its wrapper." },
"children": {
"description": "Used to render icon or text elements inside the DialogActions if <code>src</code> is not set. This can be an element, or just a string."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"orientation": { "description": "The component orientation." },
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": { "root": { "description": "Class name applied to the root element." } },
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,514 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/dialog-content/dialog-content.json | {
"componentDescription": "",
"propDescriptions": {
"children": {
"description": "Used to render icon or text elements inside the CardContent if <code>src</code> is not set. This can be an element, or just a string."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"orientation": { "description": "The component orientation." },
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": { "root": { "description": "Class name applied to the root element." } },
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,515 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/dialog-title/dialog-title.json | {
"componentDescription": "",
"propDescriptions": {
"children": {
"description": "Used to render icon or text elements inside the DialogTitle if <code>src</code> is not set. This can be an element, or just a string."
},
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"level": { "description": "Applies the theme typography styles." },
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"h1": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"h1\"</code>"
},
"h2": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"h2\"</code>"
},
"h3": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"h3\"</code>"
},
"h4": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"h4\"</code>"
},
"title-lg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"title-lg\"</code>"
},
"title-md": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"title-md\"</code>"
},
"title-sm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"title-sm\"</code>"
},
"body-lg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"body-lg\"</code>"
},
"body-md": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"body-md\"</code>"
},
"body-sm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"body-sm\"</code>"
},
"body-xs": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"body-xs\"</code>"
},
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,516 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/divider/divider.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"inset": {
"description": "Class name applied to the divider to shrink or stretch the line based on the orientation."
},
"orientation": { "description": "The component orientation." },
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"horizontal": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"horizontal\"</code>"
},
"vertical": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"vertical\"</code>"
},
"insetContext": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>inset=\"context\"</code>"
},
"insetNone": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>inset=\"none\"</code>"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,517 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/drawer-content/drawer-content.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"size": { "description": "The size of the component." },
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
},
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"sm\"</code>"
},
"sizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"md\"</code>"
},
"sizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"lg\"</code>"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,518 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/drawer/drawer.json | {
"componentDescription": "The navigation drawers (or \"sidebars\") provide ergonomic access to destinations in a site or app functionality such as switching accounts.",
"propDescriptions": {
"anchor": { "description": "Side from which the drawer will appear." },
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"container": {
"description": "An HTML element or function that returns one. The <code>container</code> will have the portal children appended to it.<br>By default, it uses the body of the top-level document object, so it's simply <code>document.body</code> most of the time."
},
"disableAutoFocus": {
"description": "If <code>true</code>, the modal will not automatically shift focus to itself when it opens, and replace it to the last focused element when it closes. This also works correctly with any modal children that have the <code>disableAutoFocus</code> prop.<br>Generally this should never be set to <code>true</code> as it makes the modal less accessible to assistive technologies, like screen readers."
},
"disableEnforceFocus": {
"description": "If <code>true</code>, the modal will not prevent focus from leaving the modal while open.<br>Generally this should never be set to <code>true</code> as it makes the modal less accessible to assistive technologies, like screen readers."
},
"disableEscapeKeyDown": {
"description": "If <code>true</code>, hitting escape will not fire the <code>onClose</code> callback."
},
"disablePortal": {
"description": "The <code>children</code> will be under the DOM hierarchy of the parent component."
},
"disableRestoreFocus": {
"description": "If <code>true</code>, the modal will not restore focus to previously focused element once modal is hidden or unmounted."
},
"disableScrollLock": { "description": "Disable the scroll lock behavior." },
"hideBackdrop": { "description": "If <code>true</code>, the backdrop is not rendered." },
"invertedColors": {
"description": "If <code>true</code>, the children with an implicit color prop invert their colors to match the component's variant and color."
},
"onClose": {
"description": "Callback fired when the component requests to be closed. The <code>reason</code> parameter can optionally be used to control the response to <code>onClose</code>.",
"typeDescriptions": {
"event": "The event source of the callback.",
"reason": "Can be: <code>"escapeKeyDown"</code>, <code>"backdropClick"</code>, <code>"closeClick"</code>."
}
},
"open": { "description": "If <code>true</code>, the component is shown." },
"size": { "description": "The size of the component." },
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"hidden": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "open is false"
},
"backdrop": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the backdrop element"
},
"content": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the content element"
},
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
},
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"sm\"</code>"
},
"sizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"md\"</code>"
},
"sizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"lg\"</code>"
}
},
"slotDescriptions": {
"root": "The component that renders the root.",
"backdrop": "The component that renders the backdrop.",
"content": "The component that renders the content of the drawer."
}
}
| 5,519 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/form-control/form-control.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"disabled": { "description": "If <code>true</code>, the children are in disabled state." },
"error": { "description": "If <code>true</code>, the children will indicate an error." },
"orientation": { "description": "The content direction flow." },
"required": {
"description": "If <code>true</code>, the user must specify a value for the input before the owning form can be submitted. If <code>true</code>, the asterisk appears on the FormLabel."
},
"size": { "description": "The size of the component." },
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"disabled": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>disabled={true}</code>"
},
"error": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>error={true}</code>"
},
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"sm\"</code>"
},
"sizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"md\"</code>"
},
"sizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"lg\"</code>"
},
"horizontal": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"horizontal\"</code>"
},
"vertical": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"vertical\"</code>"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,520 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/form-helper-text/form-helper-text.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": { "root": { "description": "Class name applied to the root element." } },
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,521 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/form-label/form-label.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"required": { "description": "The asterisk is added if required=<code>true</code>" },
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"asterisk": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the asterisk element"
}
},
"slotDescriptions": {
"root": "The component that renders the root.",
"asterisk": "The component that renders the asterisk."
}
}
| 5,522 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/grid/grid.json | {
"componentDescription": "",
"propDescriptions": { "children": { "description": "The content of the component." } },
"classDescriptions": {}
}
| 5,523 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/icon-button/icon-button.json | {
"componentDescription": "",
"propDescriptions": {
"action": {
"description": "A ref for imperative actions. It currently only supports <code>focusVisible()</code> action."
},
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"disabled": { "description": "If <code>true</code>, the component is disabled." },
"focusVisibleClassName": {
"description": "This prop can help identify which element has keyboard focus. The class name will be applied when the element gains the focus through keyboard interaction. It's a polyfill for the <a href=\"https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo\">CSS :focus-visible selector</a>. The rationale for using this feature <a href=\"https://github.com/WICG/focus-visible/blob/HEAD/explainer.md\">is explained here</a>. A <a href=\"https://github.com/WICG/focus-visible\">polyfill can be used</a> to apply a <code>focus-visible</code> class to other components if needed."
},
"size": { "description": "The size of the component." },
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
},
"focusVisible": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "the button is keyboard focused"
},
"disabled": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>disabled={true}</code>"
},
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"sm\"</code>"
},
"sizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"md\"</code>"
},
"sizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"lg\"</code>"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,524 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/input/input.json | {
"componentDescription": "",
"propDescriptions": {
"className": { "description": "Class name applied to the root element." },
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"endDecorator": { "description": "Trailing adornment for this input." },
"error": {
"description": "If <code>true</code>, the <code>input</code> will indicate an error. The prop defaults to the value (<code>false</code>) inherited from the parent FormControl component."
},
"fullWidth": {
"description": "If <code>true</code>, the input will take up the full width of its container."
},
"size": { "description": "The size of the component." },
"startDecorator": { "description": "Leading adornment for this input." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"input": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the input element"
},
"formControl": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "the component is a descendant of <code>FormControl</code>"
},
"focused": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "the component is focused"
},
"disabled": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>disabled={true}</code>"
},
"error": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>error={true}</code>"
},
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"sm\"</code>"
},
"sizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"md\"</code>"
},
"sizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"lg\"</code>"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
},
"fullWidth": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>fullWidth={true}</code>"
},
"startDecorator": { "description": "Class name applied to the startDecorator element" },
"endDecorator": { "description": "Class name applied to the endDecorator element" }
},
"slotDescriptions": {
"root": "The component that renders the root.",
"input": "The component that renders the input.",
"startDecorator": "The component that renders the start decorator.",
"endDecorator": "The component that renders the end decorator."
}
}
| 5,525 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/linear-progress/linear-progress.json | {
"componentDescription": "## ARIA\n\nIf the progress bar is describing the loading progress of a particular region of a page,\nyou should use `aria-describedby` to point to the progress bar, and set the `aria-busy`\nattribute to `true` on that region until it has finished loading.",
"propDescriptions": {
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"determinate": {
"description": "The boolean to select a variant. Use indeterminate when there is no progress value."
},
"size": {
"description": "The size of the component. It accepts theme values between 'sm' and 'lg'."
},
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"thickness": { "description": "The thickness of the bar." },
"value": {
"description": "The value of the progress indicator for the determinate variant. Value between 0 and 100."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"determinate": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>determinate</code> is true"
},
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"sm\"</code>"
},
"sizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"md\"</code>"
},
"sizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"lg\"</code>"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,526 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/link/link.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"color": { "description": "The color of the link." },
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"disabled": { "description": "If <code>true</code>, the component is disabled." },
"endDecorator": { "description": "Element placed after the children." },
"level": { "description": "Applies the theme typography styles." },
"overlay": {
"description": "If <code>true</code>, the ::after pseudo element is added to cover the area of interaction. The parent of the overlay Link should have <code>relative</code> CSS position."
},
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"startDecorator": { "description": "Element placed before the children." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"textColor": { "description": "The system color." },
"underline": { "description": "Controls when the link should have an underline." },
"variant": { "description": "Applies the theme link styles." }
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"disabled": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>disabled={true}</code>"
},
"focusVisible": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "the link is keyboard focused"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
},
"underlineNone": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>underline=\"none\"</code>"
},
"underlineHover": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>underline=\"hover\"</code>"
},
"underlineAlways": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>underline=\"always\"</code>"
},
"h1": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"h1\"</code>"
},
"h2": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"h2\"</code>"
},
"h3": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"h3\"</code>"
},
"h4": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"h4\"</code>"
},
"title-lg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"title-lg\"</code>"
},
"title-md": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"title-md\"</code>"
},
"title-sm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"title-sm\"</code>"
},
"body-lg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"body-lg\"</code>"
},
"body-md": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"body-md\"</code>"
},
"body-sm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"body-sm\"</code>"
},
"body-xs": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"body-xs\"</code>"
},
"startDecorator": { "description": "Class name applied to the startDecorator element" },
"endDecorator": { "description": "Class name applied to the endDecorator element" }
},
"slotDescriptions": {
"root": "The component that renders the root.",
"startDecorator": "The component that renders the start decorator.",
"endDecorator": "The component that renders the end decorator."
}
}
| 5,527 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/list-divider/list-divider.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"inset": {
"description": "The empty space on the side(s) of the divider in a vertical list.<br>For horizontal list (the nearest parent List has <code>row</code> prop set to <code>true</code>), only <code>inset="gutter"</code> affects the list divider."
},
"orientation": { "description": "The component orientation." },
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"insetGutter": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>inset=\"gutter\"</code>"
},
"insetStartDecorator": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>inset=\"startDecorator\"</code>"
},
"insetStartContent": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>inset=\"startContent\"</code>"
},
"horizontal": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"horizontal\"</code>"
},
"vertical": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"vertical\"</code>"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,528 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/list-item-button/list-item-button.json | {
"componentDescription": "",
"propDescriptions": {
"action": {
"description": "A ref for imperative actions. It currently only supports <code>focusVisible()</code> action."
},
"autoFocus": {
"description": "If <code>true</code>, the list item is focused during the first mount. Focus will also be triggered if the value changes from false to true."
},
"children": { "description": "The content of the component." },
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"disabled": { "description": "If <code>true</code>, the component is disabled." },
"focusVisibleClassName": {
"description": "This prop can help identify which element has keyboard focus. The class name will be applied when the element gains the focus through keyboard interaction. It's a polyfill for the <a href=\"https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo\">CSS :focus-visible selector</a>. The rationale for using this feature <a href=\"https://github.com/WICG/focus-visible/blob/HEAD/explainer.md\">is explained here</a>. A <a href=\"https://github.com/WICG/focus-visible\">polyfill can be used</a> to apply a <code>focus-visible</code> class to other components if needed."
},
"orientation": { "description": "The content direction flow." },
"selected": { "description": "If <code>true</code>, the component is selected." },
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"vertical": {
"description": "Class name applied to {{nodeName}}, {{conditions}}.",
"nodeName": "the root element",
"conditions": "if <code>orientation=\"vertical\"</code>"
},
"horizontal": {
"description": "Class name applied to {{nodeName}}, {{conditions}}.",
"nodeName": "the root element",
"conditions": "if <code>orientation=\"horizontal\"</code>"
},
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"context\"</code>"
},
"focusVisible": {
"description": "State class applied to {{nodeName}}.",
"nodeName": "the <code>component</code>'s <code>focusVisibleClassName</code> prop"
},
"disabled": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the inner <code>component</code> element",
"conditions": "<code>disabled={true}</code>"
},
"selected": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>selected={true}</code>"
},
"variantPlain": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantSoft": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantOutlined": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSolid": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,529 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/list-item-content/list-item-content.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": { "root": { "description": "Class name applied to the root element." } },
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,530 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/list-item-decorator/list-item-decorator.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": { "root": { "description": "Class name applied to the root element." } },
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,531 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/list-item/list-item.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"endAction": { "description": "The element to display at the end of ListItem." },
"nested": { "description": "If <code>true</code>, the component can contain NestedList." },
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"startAction": { "description": "The element to display at the start of ListItem." },
"sticky": {
"description": "If <code>true</code>, the component has sticky position (with top = 0)."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"startAction": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the component element",
"conditions": "<code>startAction</code> element is provided"
},
"endAction": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the component element",
"conditions": "<code>endAction</code> element is provided"
},
"nested": {
"description": "Class name applied to {{nodeName}}, {{conditions}}.",
"nodeName": "the root element",
"conditions": "if nested={true}"
},
"nesting": {
"description": "Class name applied to {{nodeName}}, {{conditions}}.",
"nodeName": "the root element",
"conditions": "if it is under a nested list item"
},
"sticky": {
"description": "Class name applied to {{nodeName}}, {{conditions}}.",
"nodeName": "the root element",
"conditions": "if sticky={true}"
},
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"variantPlain": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantSoft": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantOutlined": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSolid": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
}
},
"slotDescriptions": {
"root": "The component that renders the root.",
"startAction": "The component that renders the start action.",
"endAction": "The component that renders the end action."
}
}
| 5,532 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/list-subheader/list-subheader.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sticky": {
"description": "If <code>true</code>, the component has sticky position (with top = 0)."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"sticky": {
"description": "Class name applied to {{nodeName}}, {{conditions}}.",
"nodeName": "the root element",
"conditions": "if sticky={true}"
},
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"variantPlain": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantSoft": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantOutlined": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSolid": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,533 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/list/list.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"marker": {
"description": "The marker (such as a disc, character, or custom counter style) of the list items. When this prop is specified, the List Item changes the CSS display to <code>list-item</code> in order to apply the marker.<br>To see all available options, check out the <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type\">MDN list-style-type page</a>."
},
"orientation": { "description": "The component orientation." },
"size": { "description": "The size of the component (affect other nested list* components)." },
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
},
"wrap": {
"description": "Only for horizontal list. If <code>true</code>, the list sets the flex-wrap to "wrap" and adjust margin to have gap-like behavior (will move to <code>gap</code> in the future)."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"nesting": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "wrapped with nested context"
},
"scoped": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>scoped</code> is true"
},
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"sm\"</code>"
},
"sizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"md\"</code>"
},
"sizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"lg\"</code>"
},
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
},
"horizontal": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"horizontal\"</code>"
},
"vertical": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"vertical\"</code>"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,534 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/menu-button/menu-button.json | {
"componentDescription": "",
"propDescriptions": {
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"disabled": { "description": "If <code>true</code>, the component is disabled." },
"endDecorator": { "description": "Element placed after the children." },
"fullWidth": {
"description": "If <code>true</code>, the button will take up the full width of its container."
},
"loading": { "description": "If <code>true</code>, the loading indicator is shown." },
"loadingIndicator": {
"description": "The node should contain an element with <code>role="progressbar"</code> with an accessible name. By default we render a <code>CircularProgress</code> that is labelled by the button itself."
},
"loadingPosition": {
"description": "The loading indicator can be positioned on the start, end, or the center of the button."
},
"size": { "description": "The size of the component." },
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"startDecorator": { "description": "Element placed before the children." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorInfo": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"info\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
},
"disabled": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>disabled={true}</code>"
},
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"sm\"</code>"
},
"sizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"md\"</code>"
},
"sizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"lg\"</code>"
},
"fullWidth": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>fullWidth={true}</code>"
},
"startDecorator": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the startDecorator element",
"conditions": "supplied"
},
"endDecorator": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the endDecorator element",
"conditions": "supplied"
},
"loading": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>loading={true}</code>"
},
"loadingIndicatorCenter": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the loadingIndicatorCenter element"
}
},
"slotDescriptions": {
"root": "The component that renders the root.",
"startDecorator": "The component that renders the start decorator.",
"endDecorator": "The component that renders the end decorator.",
"loadingIndicatorCenter": "The component that renders the loading indicator center."
}
}
| 5,535 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/menu-item/menu-item.json | {
"componentDescription": "",
"propDescriptions": { "children": { "description": "The content of the component." } },
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"focusVisible": {
"description": "State class applied to {{nodeName}}.",
"nodeName": "the <code>component</code>'s <code>focusVisibleClassName</code> prop"
},
"disabled": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the inner <code>component</code> element",
"conditions": "<code>disabled={true}</code>"
},
"selected": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>selected={true}</code>"
},
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"variantPlain": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantSoft": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantOutlined": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSolid": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,536 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/menu-list/menu-list.json | {
"componentDescription": "",
"propDescriptions": {
"actions": {
"description": "A ref with imperative actions. It allows to select the first or last menu item."
},
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"onItemsChange": {
"description": "Function called when the items displayed in the menu change."
},
"size": {
"description": "The size of the component (affect other nested list* components because the <code>Menu</code> inherits <code>List</code>)."
},
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"sm\"</code>"
},
"sizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"md\"</code>"
},
"sizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"lg\"</code>"
},
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,537 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/menu/menu.json | {
"componentDescription": "",
"propDescriptions": {
"actions": {
"description": "A ref with imperative actions. It allows to select the first or last menu item."
},
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"disablePortal": {
"description": "The <code>children</code> will be under the DOM hierarchy of the parent component."
},
"invertedColors": {
"description": "If <code>true</code>, the children with an implicit color prop invert their colors to match the component's variant and color."
},
"keepMounted": {
"description": "Always keep the children in the DOM. This prop can be useful in SEO situation or when you want to maximize the responsiveness of the Popper."
},
"modifiers": {
"description": "Popper.js is based on a "plugin-like" architecture, most of its features are fully encapsulated "modifiers".<br>A modifier is a function that is called each time Popper.js needs to compute the position of the popper. For this reason, modifiers should be very performant to avoid bottlenecks. To learn how to create a modifier, <a href=\"https://popper.js.org/docs/v2/modifiers/\">read the modifiers documentation</a>."
},
"onClose": { "description": "Triggered when focus leaves the menu and the menu should close." },
"onItemsChange": {
"description": "Function called when the items displayed in the menu change."
},
"open": { "description": "Controls whether the menu is displayed." },
"size": {
"description": "The size of the component (affect other nested list* components because the <code>Menu</code> inherits <code>List</code>)."
},
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"listbox": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the listbox element"
},
"expanded": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "the menu open"
},
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
},
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"sm\"</code>"
},
"sizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"md\"</code>"
},
"sizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"lg\"</code>"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,538 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/modal-close/modal-close.json | {
"componentDescription": "",
"propDescriptions": {
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"size": { "description": "The size of the component." },
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
},
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"sm\"</code>"
},
"sizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"md\"</code>"
},
"sizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"lg\"</code>"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,539 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/modal-dialog/modal-dialog.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"invertedColors": {
"description": "If <code>true</code>, the children with an implicit color prop invert their colors to match the component's variant and color."
},
"layout": { "description": "The layout of the dialog" },
"maxWidth": { "description": "The maximum width of the component." },
"minWidth": { "description": "The minimum width of the component." },
"orientation": { "description": "The component orientation." },
"size": { "description": "The size of the component." },
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
},
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"sm\"</code>"
},
"sizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"md\"</code>"
},
"sizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"lg\"</code>"
},
"layoutCenter": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>layout=\"center\"</code>"
},
"layoutFullscreen": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>layout=\"fullscreen\"</code>"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,540 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/modal-overflow/modal-overflow.json | {
"componentDescription": "",
"propDescriptions": {
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": { "root": { "description": "Styles applied to the root element." } },
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,541 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/modal/modal.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "A single child content element.", "requiresRef": true },
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"container": {
"description": "An HTML element or function that returns one. The <code>container</code> will have the portal children appended to it.<br>By default, it uses the body of the top-level document object, so it's simply <code>document.body</code> most of the time."
},
"disableAutoFocus": {
"description": "If <code>true</code>, the modal will not automatically shift focus to itself when it opens, and replace it to the last focused element when it closes. This also works correctly with any modal children that have the <code>disableAutoFocus</code> prop.<br>Generally this should never be set to <code>true</code> as it makes the modal less accessible to assistive technologies, like screen readers."
},
"disableEnforceFocus": {
"description": "If <code>true</code>, the modal will not prevent focus from leaving the modal while open.<br>Generally this should never be set to <code>true</code> as it makes the modal less accessible to assistive technologies, like screen readers."
},
"disableEscapeKeyDown": {
"description": "If <code>true</code>, hitting escape will not fire the <code>onClose</code> callback."
},
"disablePortal": {
"description": "The <code>children</code> will be under the DOM hierarchy of the parent component."
},
"disableRestoreFocus": {
"description": "If <code>true</code>, the modal will not restore focus to previously focused element once modal is hidden or unmounted."
},
"disableScrollLock": { "description": "Disable the scroll lock behavior." },
"hideBackdrop": { "description": "If <code>true</code>, the backdrop is not rendered." },
"keepMounted": {
"description": "Always keep the children in the DOM. This prop can be useful in SEO situation or when you want to maximize the responsiveness of the Modal."
},
"onClose": {
"description": "Callback fired when the component requests to be closed. The <code>reason</code> parameter can optionally be used to control the response to <code>onClose</code>.",
"typeDescriptions": {
"event": "The event source of the callback.",
"reason": "Can be: <code>"escapeKeyDown"</code>, <code>"backdropClick"</code>, <code>"closeClick"</code>."
}
},
"open": { "description": "If <code>true</code>, the component is shown." },
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"hidden": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "open is false"
},
"backdrop": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the backdrop element"
}
},
"slotDescriptions": {
"root": "The component that renders the root.",
"backdrop": "The component that renders the backdrop."
}
}
| 5,542 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/option/option.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"disabled": { "description": "If <code>true</code>, the component is disabled." },
"label": {
"description": "A text representation of the option's content. Used for keyboard text navigation matching."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"value": { "description": "The option value." },
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"context\"</code>"
},
"disabled": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>disabled={true}</code>"
},
"selected": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "the option is selected"
},
"highlighted": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "the option is highlighted"
},
"variantPlain": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantSoft": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantOutlined": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSolid": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,543 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/radio-group/radio-group.json | {
"componentDescription": "",
"propDescriptions": {
"className": { "description": "Class name applied to the root element." },
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"defaultValue": {
"description": "The default value. Use when the component is not controlled."
},
"disableIcon": {
"description": "The radio's <code>disabledIcon</code> prop. If specified, the value is passed down to every radios under this element."
},
"name": {
"description": "The name used to reference the value of the control. If you don't provide this prop, it falls back to a randomly generated name."
},
"onChange": {
"description": "Callback fired when a radio button is selected.",
"typeDescriptions": {
"event": "The event source of the callback. You can pull out the new value by accessing <code>event.target.value</code> (string)."
}
},
"orientation": { "description": "The component orientation." },
"overlay": {
"description": "The radio's <code>overlay</code> prop. If specified, the value is passed down to every radios under this element."
},
"size": { "description": "The size of the component." },
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"value": {
"description": "Value of the selected radio button. The DOM API casts this to a string."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"sm\"</code>"
},
"sizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"md\"</code>"
},
"sizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"lg\"</code>"
},
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
},
"horizontal": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"horizontal\"</code>"
},
"vertical": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"vertical\"</code>"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,544 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/radio/radio.json | {
"componentDescription": "",
"propDescriptions": {
"checked": { "description": "If <code>true</code>, the component is checked." },
"checkedIcon": { "description": "The icon to display when the component is checked." },
"className": { "description": "Class name applied to the root element." },
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"defaultChecked": {
"description": "The default checked state. Use when the component is not controlled."
},
"disabled": { "description": "If <code>true</code>, the component is disabled." },
"disableIcon": {
"description": "If <code>true</code>, the checked icon is removed and the selected variant is applied on the <code>action</code> element instead."
},
"label": { "description": "The label element at the end the radio." },
"name": { "description": "The <code>name</code> attribute of the input." },
"onChange": {
"description": "Callback fired when the state is changed.",
"typeDescriptions": {
"event": "The event source of the callback. You can pull out the new value by accessing <code>event.target.value</code> (string). You can pull out the new checked state by accessing <code>event.target.checked</code> (boolean)."
}
},
"overlay": {
"description": "If <code>true</code>, the root element's position is set to initial which allows the action area to fill the nearest positioned parent. This prop is useful for composing Radio with ListItem component."
},
"readOnly": { "description": "If <code>true</code>, the component is read only." },
"required": {
"description": "If <code>true</code>, the <code>input</code> element is required."
},
"size": { "description": "The size of the component." },
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"uncheckedIcon": { "description": "The icon to display when the component is not checked." },
"value": { "description": "The value of the component. The DOM API casts this to a string." },
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"radio": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the radio element"
},
"icon": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the icon element"
},
"action": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the action element"
},
"input": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the input element"
},
"label": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the label element"
},
"checked": {
"description": "State class applied to {{nodeName}}, {{conditions}}.",
"nodeName": "the root",
"conditions": "action slots if <code>checked</code>"
},
"disabled": {
"description": "State class applied to {{nodeName}}, {{conditions}}.",
"nodeName": "the root",
"conditions": "action slots if <code>disabled</code>"
},
"focusVisible": {
"description": "Class name applied to the root element if the switch has visible focus"
},
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"sm\"</code>"
},
"sizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"md\"</code>"
},
"sizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"lg\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
}
},
"slotDescriptions": {
"root": "The component that renders the root.",
"radio": "The component that renders the radio.",
"icon": "The component that renders the icon.",
"action": "The component that renders the action.",
"input": "The component that renders the input.",
"label": "The component that renders the label."
}
}
| 5,545 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/scoped-css-baseline/scoped-css-baseline.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "You can wrap a node." },
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"disableColorScheme": {
"description": "Disable <code>color-scheme</code> CSS property. For more details, check out <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/color-scheme\">https://developer.mozilla.org/en-US/docs/Web/CSS/color-scheme</a> For browser support, check out <a href=\"https://caniuse.com/?search=color-scheme\">https://caniuse.com/?search=color-scheme</a>"
},
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": { "root": { "description": "Class name applied to the root element." } },
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,546 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/select/select.json | {
"componentDescription": "",
"propDescriptions": {
"action": {
"description": "A ref for imperative actions. It currently only supports <code>focusVisible()</code> action."
},
"autoFocus": {
"description": "If <code>true</code>, the select element is focused during the first mount"
},
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"defaultListboxOpen": {
"description": "If <code>true</code>, the select will be initially open."
},
"defaultValue": {
"description": "The default selected value. Use when the component is not controlled."
},
"disabled": { "description": "If <code>true</code>, the component is disabled." },
"endDecorator": { "description": "Trailing adornment for the select." },
"getSerializedValue": {
"description": "A function to convert the currently selected value to a string. Used to set a value of a hidden input associated with the select, so that the selected value can be posted with a form."
},
"indicator": {
"description": "The indicator(*) for the select. ________________ [ value * ] ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾"
},
"listboxId": {
"description": "<code>id</code> attribute of the listbox element. Also used to derive the <code>id</code> attributes of options."
},
"listboxOpen": { "description": "Controls the open state of the select's listbox." },
"multiple": {
"description": "If <code>true</code>, selecting multiple values is allowed. This affects the type of the <code>value</code>, <code>defaultValue</code>, and <code>onChange</code> props."
},
"name": {
"description": "Name of the element. For example used by the server to identify the fields in form submits. If the name is provided, the component will render a hidden input element that can be submitted to a server."
},
"onChange": { "description": "Callback fired when an option is selected." },
"onClose": { "description": "Triggered when focus leaves the menu and the menu should close." },
"onListboxOpenChange": {
"description": "Callback fired when the component requests to be opened. Use in controlled mode (see listboxOpen)."
},
"placeholder": { "description": "Text to show when there is no selected value." },
"renderValue": {
"description": "Function that customizes the rendering of the selected value."
},
"required": {
"description": "If <code>true</code>, the Select cannot be empty when submitting form."
},
"size": { "description": "The size of the component." },
"slots": { "description": "The components used for each slot inside." },
"startDecorator": { "description": "Leading adornment for the select." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"value": {
"description": "The selected value. Set to <code>null</code> to deselect all options."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to {{nodeName}}.", "nodeName": "the root slot" },
"button": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the button slot"
},
"indicator": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the indicator slot"
},
"startDecorator": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the startDecorator slot"
},
"endDecorator": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the endDecorator slot"
},
"popper": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the popper slot"
},
"listbox": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the listbox slot"
},
"multiple": {
"description": "Class name applied to the root slot if <code>multiple=true</code>"
},
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root slot",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root slot",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root slot",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root slot",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root slot",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root slot",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root slot",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root slot",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root slot",
"conditions": "<code>variant=\"solid\"</code>"
},
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root slot",
"conditions": "<code>size=\"sm\"</code>"
},
"sizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root slot",
"conditions": "<code>size=\"md\"</code>"
},
"sizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root slot",
"conditions": "<code>size=\"lg\"</code>"
},
"focusVisible": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the SelectBase root slot",
"conditions": "the button is keyboard focused"
},
"disabled": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root slot",
"conditions": "<code>disabled={true}</code>"
},
"expanded": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root slot",
"conditions": "listbox open"
}
},
"slotDescriptions": {
"root": "The component that renders the root.",
"button": "The component that renders the button.",
"startDecorator": "The component that renders the start decorator.",
"endDecorator": "The component that renders the end decorator.",
"indicator": "The component that renders the indicator.",
"listbox": "The component that renders the listbox."
}
}
| 5,547 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/sheet/sheet.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"invertedColors": {
"description": "If <code>true</code>, the children with an implicit color prop invert their colors to match the component's variant and color."
},
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,548 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/skeleton/skeleton.json | {
"componentDescription": "",
"propDescriptions": {
"animation": {
"description": "The animation. If <code>false</code> the animation effect is disabled."
},
"children": {
"description": "Used to render icon or text elements inside the Skeleton if <code>src</code> is not set. This can be an element, or just a string."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"height": {
"description": "Height of the skeleton. Useful when you don't want to adapt the skeleton to a text element but for instance a card."
},
"level": { "description": "Applies the theme typography styles." },
"loading": { "description": "If <code>true</code>, the skeleton appears." },
"overlay": {
"description": "If <code>true</code>, the skeleton's position will change to <code>absolute</code> to fill the available space of the nearest parent. This prop is useful to create a placeholder that has the element's dimensions."
},
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"variant": { "description": "The type of content that will be rendered." },
"width": {
"description": "Width of the skeleton. Useful when the skeleton is inside an inline element with no width of its own."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"variantOverlay": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"overlay\"</code>"
},
"variantCircular": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"circular\"</code>"
},
"variantRectangular": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"rectangular\"</code>"
},
"variantText": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"text\"</code>"
},
"variantInline": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"inline\"</code>"
},
"h1": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"h1\"</code>"
},
"h2": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"h2\"</code>"
},
"h3": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"h3\"</code>"
},
"h4": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"h4\"</code>"
},
"title-lg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"title-lg\"</code>"
},
"title-md": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"title-md\"</code>"
},
"title-sm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"title-sm\"</code>"
},
"body-lg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"body-lg\"</code>"
},
"body-md": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"body-md\"</code>"
},
"body-sm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"body-sm\"</code>"
},
"body-xs": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"body-xs\"</code>"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,549 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/slider/slider.json | {
"componentDescription": "",
"propDescriptions": {
"aria-label": { "description": "The label of the slider." },
"aria-valuetext": {
"description": "A string value that provides a user-friendly name for the current value of the slider."
},
"classes": { "description": "Override or extend the styles applied to the component." },
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"defaultValue": {
"description": "The default value. Use when the component is not controlled."
},
"disabled": { "description": "If <code>true</code>, the component is disabled." },
"disableSwap": {
"description": "If <code>true</code>, the active thumb doesn't swap when moving pointer over a thumb while dragging another thumb."
},
"getAriaLabel": {
"description": "Accepts a function which returns a string value that provides a user-friendly name for the thumb labels of the slider. This is important for screen reader users.",
"typeDescriptions": { "index": "The thumb label's index to format." }
},
"getAriaValueText": {
"description": "Accepts a function which returns a string value that provides a user-friendly name for the current value of the slider. This is important for screen reader users.",
"typeDescriptions": {
"value": "The thumb label's value to format.",
"index": "The thumb label's index to format."
}
},
"isRtl": {
"description": "If <code>true</code> the Slider will be rendered right-to-left (with the lowest value on the right-hand side)."
},
"marks": {
"description": "Marks indicate predetermined values to which the user can move the slider. If <code>true</code> the marks are spaced according the value of the <code>step</code> prop. If an array, it should contain objects with <code>value</code> and an optional <code>label</code> keys."
},
"max": {
"description": "The maximum allowed value of the slider. Should not be equal to min."
},
"min": {
"description": "The minimum allowed value of the slider. Should not be equal to max."
},
"name": { "description": "Name attribute of the hidden <code>input</code> element." },
"onChange": {
"description": "Callback function that is fired when the slider's value changed.",
"typeDescriptions": {
"event": "The event source of the callback. You can pull out the new value by accessing <code>event.target.value</code> (any). <strong>Warning</strong>: This is a generic event not a change event.",
"value": "The new value.",
"activeThumb": "Index of the currently moved thumb."
}
},
"onChangeCommitted": {
"description": "Callback function that is fired when the <code>mouseup</code> is triggered.",
"typeDescriptions": {
"event": "The event source of the callback. <strong>Warning</strong>: This is a generic event not a change event.",
"value": "The new value."
}
},
"orientation": { "description": "The component orientation." },
"scale": { "description": "A transformation function, to change the scale of the slider." },
"size": {
"description": "The size of the component. It accepts theme values between 'sm' and 'lg'."
},
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"step": {
"description": "The granularity with which the slider can step through values. (A "discrete" slider.) The <code>min</code> prop serves as the origin for the valid values. We recommend (max - min) to be evenly divisible by the step.<br>When step is <code>null</code>, the thumb can only be slid onto marks provided with the <code>marks</code> prop."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"tabIndex": { "description": "Tab index attribute of the hidden <code>input</code> element." },
"track": {
"description": "<p>The track presentation:</p>\n<ul>\n<li><code>normal</code> the track will render a bar representing the slider value.</li>\n<li><code>inverted</code> the track will render a bar representing the remaining slider value.</li>\n<li><code>false</code> the track will render without a bar.</li>\n</ul>\n"
},
"value": {
"description": "The value of the slider. For ranged sliders, provide an array with two values."
},
"valueLabelDisplay": {
"description": "<p>Controls when the value label is displayed:</p>\n<ul>\n<li><code>auto</code> the value label will display when the thumb is hovered or focused.</li>\n<li><code>on</code> will display persistently.</li>\n<li><code>off</code> will never display.</li>\n</ul>\n"
},
"valueLabelFormat": {
"description": "The format function the value label's value.<br>When a function is provided, it should have the following signature:<br>- {number} value The value label's value to format - {number} index The value label's index to format"
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"marked": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>marks</code> is provided with at least one label"
},
"vertical": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"vertical\"</code>"
},
"disabled": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root and thumb element",
"conditions": "<code>disabled={true}</code>"
},
"dragging": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root",
"conditions": "a thumb is being dragged"
},
"focusVisible": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the thumb element",
"conditions": "it has keyboard focused"
},
"rail": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the rail element"
},
"track": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the track element"
},
"trackFalse": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>track={false}</code>"
},
"trackInverted": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>track=\"inverted\"</code>"
},
"thumb": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the thumb element"
},
"valueLabel": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the thumb label element"
},
"valueLabelOpen": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the thumb label element",
"conditions": "it's open"
},
"mark": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the mark element"
},
"markActive": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the mark element",
"conditions": "it is active"
},
"markLabel": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the mark label element"
},
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
},
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"sm\"</code>"
},
"sizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"md\"</code>"
},
"sizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"lg\"</code>"
},
"input": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the input element"
}
},
"slotDescriptions": {
"root": "The component that renders the root.",
"track": "The component that renders the track.",
"rail": "The component that renders the rail.",
"thumb": "The component that renders the thumb.",
"mark": "The component that renders the mark.",
"markLabel": "The component that renders the mark label.",
"valueLabel": "The component that renders the value label.",
"input": "The component that renders the input."
}
}
| 5,550 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/snackbar/snackbar.json | {
"componentDescription": "",
"propDescriptions": {
"anchorOrigin": {
"description": "The anchor of the <code>Snackbar</code>. On smaller screens, the component grows to occupy all the available width, the horizontal alignment is ignored."
},
"animationDuration": {
"description": "The duration of the animation in milliseconds. This value is used to control the length of time it takes for an animation to complete one cycle. It is also utilized for delaying the unmount of the component. Provide this value if you have your own animation so that we can precisely time the component's unmount to match your custom animation."
},
"autoHideDuration": {
"description": "The number of milliseconds to wait before automatically calling the <code>onClose</code> function. <code>onClose</code> should then set the state of the <code>open</code> prop to hide the Snackbar. This behavior is disabled by default with the <code>null</code> value."
},
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"disableWindowBlurListener": {
"description": "If <code>true</code>, the <code>autoHideDuration</code> timer will expire even if the window is not focused."
},
"endDecorator": { "description": "Element placed after the children." },
"invertedColors": {
"description": "If <code>true</code>, the children with an implicit color prop invert their colors to match the component's variant and color."
},
"key": {
"description": "When displaying multiple consecutive snackbars using a single parent-rendered <code><Snackbar/></code>, add the <code>key</code> prop to ensure independent treatment of each message. For instance, use <code><Snackbar key={message} /></code>. Otherwise, messages might update in place, and features like <code>autoHideDuration</code> could be affected."
},
"onClose": {
"description": "Callback fired when the component requests to be closed. Typically <code>onClose</code> is used to set state in the parent component, which is used to control the <code>Snackbar</code> <code>open</code> prop. The <code>reason</code> parameter can optionally be used to control the response to <code>onClose</code>, for example ignoring <code>clickaway</code>.",
"typeDescriptions": {
"event": "The event source of the callback.",
"reason": "Can be: <code>"timeout"</code> (<code>autoHideDuration</code> expired), <code>"clickaway"</code>, or <code>"escapeKeyDown"</code>."
}
},
"onUnmount": { "description": "A callback fired when the component is about to be unmounted." },
"open": { "description": "If <code>true</code>, the component is shown." },
"resumeHideDuration": {
"description": "The number of milliseconds to wait before dismissing after user interaction. If <code>autoHideDuration</code> prop isn't specified, it does nothing. If <code>autoHideDuration</code> prop is specified but <code>resumeHideDuration</code> isn't, we default to <code>autoHideDuration / 2</code> ms."
},
"size": { "description": "The size of the component." },
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"startDecorator": { "description": "Element placed before the children." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"anchorOriginTopCenter": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>anchorOrigin={{ 'top', 'center' }}</code>"
},
"anchorOriginBottomCenter": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>anchorOrigin={{ 'bottom', 'center' }}</code>"
},
"anchorOriginTopRight": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>anchorOrigin={{ 'top', 'right' }}</code>"
},
"anchorOriginBottomRight": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>anchorOrigin={{ 'bottom', 'right' }}</code>"
},
"anchorOriginTopLeft": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>anchorOrigin={{ 'top', 'left' }}</code>"
},
"anchorOriginBottomLeft": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>anchorOrigin={{ 'bottom', 'left' }}</code>"
},
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"endDecorator": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the endDecorator element",
"conditions": "supplied"
},
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"sm\"</code>"
},
"sizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"md\"</code>"
},
"sizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"lg\"</code>"
},
"startDecorator": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the startDecorator element",
"conditions": "supplied"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
}
},
"slotDescriptions": {
"root": "The component that renders the root.",
"startDecorator": "The component that renders the start decorator.",
"endDecorator": "The component that renders the end decorator.",
"clickAway": "The component that renders the click away."
}
}
| 5,551 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/stack/stack.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"direction": {
"description": "Defines the <code>flex-direction</code> style property. It is applied for all screen sizes."
},
"divider": { "description": "Add an element between each child." },
"spacing": { "description": "Defines the space between immediate children." },
"sx": {
"description": "The system prop, which allows defining system overrides as well as additional CSS styles."
},
"useFlexGap": {
"description": "If <code>true</code>, the CSS flexbox <code>gap</code> is used instead of applying <code>margin</code> to children.<br>While CSS <code>gap</code> removes the <a href=\"https://mui.com/joy-ui/react-stack/#limitations\">known limitations</a>, it is not fully supported in some browsers. We recommend checking <a href=\"https://caniuse.com/?search=flex%20gap\">https://caniuse.com/?search=flex%20gap</a> before using this flag.<br>To enable this flag globally, follow the <a href=\"https://mui.com/joy-ui/customization/themed-components/#default-props\">theme's default props</a> configuration."
}
},
"classDescriptions": { "root": { "description": "Styles applied to the root element." } },
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,552 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/step-button/step-button.json | {
"componentDescription": "",
"propDescriptions": {
"children": {
"description": "Used to render icon or text elements inside the StepButton if <code>src</code> is not set. This can be an element, or just a string."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": { "root": { "description": "Class name applied to the root element." } },
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,553 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/step-indicator/step-indicator.json | {
"componentDescription": "",
"propDescriptions": {
"children": {
"description": "Used to render icon or text elements inside the StepIndicator if <code>src</code> is not set. This can be an element, or just a string."
},
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
},
"horizontal": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"horizontal\"</code>"
},
"vertical": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"vertical\"</code>"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,554 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/step/step.json | {
"componentDescription": "",
"propDescriptions": {
"active": {
"description": "If <code>true</code>, the active className is appended. You can customize the active state from the Stepper's <code>sx</code> prop."
},
"children": {
"description": "Used to render icon or text elements inside the Step if <code>src</code> is not set. This can be an element, or just a string."
},
"completed": {
"description": "If <code>true</code>, the completed className is appended. You can customize the active state from the Stepper's <code>sx</code> prop."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"disabled": {
"description": "If <code>true</code>, the active className is appended. You can customize the active state from the Stepper's <code>sx</code> prop."
},
"indicator": {
"description": "The indicator to display. If provided, a wrapper element will be used."
},
"orientation": { "description": "The component orientation." },
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"indicator": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the indicator element"
},
"horizontal": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"horizontal\"</code>"
},
"vertical": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"vertical\"</code>"
},
"active": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>active</code> is true"
},
"completed": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>completed</code> is true"
},
"disabled": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>disabled</code> is true"
}
},
"slotDescriptions": {
"root": "The component that renders the root.",
"indicator": "The component that renders the indicator."
}
}
| 5,555 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/stepper/stepper.json | {
"componentDescription": "",
"propDescriptions": {
"children": {
"description": "Used to render icon or text elements inside the Stepper if <code>src</code> is not set. This can be an element, or just a string."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"orientation": { "description": "The component orientation." },
"size": {
"description": "The size of the component. It accepts theme values between 'sm' and 'lg'."
},
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"sm\"</code>"
},
"sizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"md\"</code>"
},
"sizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"lg\"</code>"
},
"horizontal": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"horizontal\"</code>"
},
"vertical": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"vertical\"</code>"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,556 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/svg-icon/svg-icon.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "Node passed into the SVG element." },
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component. You can use the <code>htmlColor</code> prop to apply a color attribute to the SVG element."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"fontSize": {
"description": "The theme's fontSize applied to the icon that will override the <code>size</code> prop. Use this prop when you want to use a specific font-size from the theme."
},
"htmlColor": { "description": "Applies a color attribute to the SVG element." },
"inheritViewBox": {
"description": "If <code>true</code>, the root node will inherit the custom <code>component</code>'s viewBox and the <code>viewBox</code> prop will be ignored. Useful when you want to reference a custom <code>component</code> and have <code>SvgIcon</code> pass that <code>component</code>'s viewBox to the root node."
},
"shapeRendering": {
"description": "The shape-rendering attribute. The behavior of the different options is described on the <a href=\"https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/shape-rendering\">MDN Web Docs</a>. If you are having issues with blurry icons you should investigate this prop."
},
"size": { "description": "The size of the component." },
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"titleAccess": {
"description": "Provides a human-readable title for the element that contains it. <a href=\"https://www.w3.org/TR/SVG-access/#Equivalent\">https://www.w3.org/TR/SVG-access/#Equivalent</a>"
},
"viewBox": {
"description": "Allows you to redefine what the coordinates without units mean inside an SVG element. For example, if the SVG element is 500 (width) by 200 (height), and you pass viewBox="0 0 50 20", this means that the coordinates inside the SVG will go from the top left corner (0,0) to bottom right (50,20) and each unit will be worth 10px."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"colorInherit": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"inherit\"</code>"
},
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"fontSizeInherit": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>fontSize=\"inherit\"</code>"
},
"fontSizeXs": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>fontSize=\"xs\"</code>"
},
"fontSizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>fontSize=\"sm\"</code>"
},
"fontSizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>fontSize=\"md\"</code>"
},
"fontSizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>fontSize=\"lg\"</code>"
},
"fontSizeXl": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>fontSize=\"xl\"</code>"
},
"fontSizeXl2": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>fontSize=\"xl2\"</code>"
},
"fontSizeXl3": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>fontSize=\"xl3\"</code>"
},
"fontSizeXl4": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>fontSize=\"xl4\"</code>"
},
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"sm\"</code>"
},
"sizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"md\"</code>"
},
"sizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"lg\"</code>"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,557 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/switch/switch.json | {
"componentDescription": "",
"propDescriptions": {
"checked": { "description": "If <code>true</code>, the component is checked." },
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"defaultChecked": {
"description": "The default checked state. Use when the component is not controlled."
},
"disabled": { "description": "If <code>true</code>, the component is disabled." },
"endDecorator": { "description": "The element that appears at the end of the switch." },
"onChange": {
"description": "Callback fired when the state is changed.",
"typeDescriptions": {
"event": "The event source of the callback. You can pull out the new value by accessing <code>event.target.value</code> (string). You can pull out the new checked state by accessing <code>event.target.checked</code> (boolean)."
}
},
"readOnly": { "description": "If <code>true</code>, the component is read only." },
"required": {
"description": "If <code>true</code>, the <code>input</code> element is required."
},
"size": { "description": "The size of the component." },
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"startDecorator": { "description": "The element that appears at the end of the switch." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"checked": {
"description": "State class applied to {{nodeName}}.",
"nodeName": "the root <code>checked</code> class"
},
"disabled": {
"description": "State class applied to {{nodeName}}.",
"nodeName": "the root disabled class"
},
"action": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the action element"
},
"input": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the input element"
},
"thumb": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the input element"
},
"track": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the track element"
},
"focusVisible": {
"description": "State class applied to the root element if the switch has visible focus"
},
"readOnly": {
"description": "Class name applied to the root element if the switch is read-only"
},
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"sm\"</code>"
},
"sizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"md\"</code>"
},
"sizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"lg\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
},
"startDecorator": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the startDecorator element"
},
"endDecorator": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the endDecorator element"
}
},
"slotDescriptions": {
"root": "The component that renders the root.",
"thumb": "The component that renders the thumb.",
"action": "The component that renders the action.",
"input": "The component that renders the input.",
"track": "The component that renders the track.",
"startDecorator": "The component that renders the start decorator.",
"endDecorator": "The component that renders the end decorator."
}
}
| 5,558 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/tab-list/tab-list.json | {
"componentDescription": "",
"propDescriptions": {
"children": {
"description": "Used to render icon or text elements inside the TabList if <code>src</code> is not set. This can be an element, or just a string."
},
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"disableUnderline": {
"description": "If <code>true</code>, the TabList's underline will disappear."
},
"size": { "description": "The size of the component." },
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sticky": { "description": "If provided, the TabList will have postion <code>sticky</code>." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"tabFlex": { "description": "The flex value of the Tab." },
"underlinePlacement": { "description": "The placement of the TabList's underline." },
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
},
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"sm\"</code>"
},
"sizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"md\"</code>"
},
"sizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"lg\"</code>"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,559 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/tab-panel/tab-panel.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"keepMounted": { "description": "Always keep the children in the DOM." },
"size": { "description": "The size of the component." },
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"value": {
"description": "The value of the TabPanel. It will be shown when the Tab with the corresponding value is selected."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"hidden": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "the tab is not active"
},
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"sm\"</code>"
},
"sizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"md\"</code>"
},
"sizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"lg\"</code>"
},
"horizontal": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"horizontal\"</code>"
},
"vertical": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"vertical\"</code>"
},
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,560 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/tab/tab.json | {
"componentDescription": "",
"propDescriptions": {
"action": {
"description": "A ref for imperative actions. It currently only supports <code>focusVisible()</code> action."
},
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"disabled": { "description": "If <code>true</code>, the component is disabled." },
"disableIndicator": {
"description": "If <code>true</code>, the pseudo element indicator is hidden."
},
"indicatorInset": {
"description": "If <code>true</code>, the indicator stay within the padding based on the <code>Tabs</code> orientation."
},
"indicatorPlacement": {
"description": "The indicator's position when the Tab is selected."
},
"onChange": { "description": "Callback invoked when new value is being set." },
"orientation": { "description": "The content direction flow." },
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"value": {
"description": "You can provide your own value. Otherwise, it falls back to the child position index."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"disabled": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>disabled={true}</code>"
},
"focusVisible": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "its focus is visible"
},
"selected": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "it is selected"
},
"horizontal": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"horizontal\"</code>"
},
"vertical": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"vertical\"</code>"
},
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,561 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/table/table.json | {
"componentDescription": "",
"propDescriptions": {
"borderAxis": { "description": "The axis to display a border on the table cell." },
"children": { "description": "Children of the table" },
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"hoverRow": { "description": "If <code>true</code>, the table row will shade on hover." },
"noWrap": {
"description": "If <code>true</code>, the body cells will not wrap, but instead will truncate with a text overflow ellipsis.<br>Note: Header cells are always truncated with overflow ellipsis."
},
"size": {
"description": "The size of the component. It accepts theme values between 'sm' and 'lg'."
},
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"stickyFooter": {
"description": "If <code>true</code>, the footer always appear at the bottom of the overflow table.<br>⚠️ It doesn't work with IE11."
},
"stickyHeader": {
"description": "If <code>true</code>, the header always appear at the top of the overflow table.<br>⚠️ It doesn't work with IE11."
},
"stripe": {
"description": "The odd or even row of the table body will have subtle background color."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
},
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"sm\"</code>"
},
"sizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"md\"</code>"
},
"sizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"lg\"</code>"
},
"stickyHeader": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>stickyHeader</code> is true"
},
"stickyFooter": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>stickyFooter</code> is true"
},
"noWrap": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>noWrap</code> is true"
},
"hoverRow": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>hoverRow</code> is true"
},
"borderAxisNone": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>borderAxis=\"none\"</code>"
},
"borderAxisX": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>borderAxis=\"x\"</code>"
},
"borderAxisXBetween": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>borderAxis=\"xBetween\"</code>"
},
"borderAxisY": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>borderAxis=\"y\"</code>"
},
"borderAxisYBetween": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>borderAxis=\"yBetween\"</code>"
},
"borderAxisBoth": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>borderAxis=\"both\"</code>"
},
"borderAxisBothBetween": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>borderAxis=\"bothBetween\"</code>"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,562 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/tabs/tabs.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"defaultValue": {
"description": "The default value. Use when the component is not controlled."
},
"direction": { "description": "The direction of the text." },
"onChange": { "description": "Callback invoked when new value is being set." },
"orientation": { "description": "The component orientation (layout flow direction)." },
"selectionFollowsFocus": {
"description": "If <code>true</code> the selected tab changes on focus. Otherwise it only changes on activation."
},
"size": { "description": "The size of the component." },
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"value": {
"description": "The value of the currently selected <code>Tab</code>. If you don't want any selected <code>Tab</code>, you can set this prop to <code>null</code>."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"horizontal": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"horizontal\"</code>"
},
"vertical": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"vertical\"</code>"
},
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
},
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"sm\"</code>"
},
"sizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"md\"</code>"
},
"sizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"lg\"</code>"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,563 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/textarea/textarea.json | {
"componentDescription": "",
"propDescriptions": {
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"endDecorator": { "description": "Trailing adornment for this input." },
"error": {
"description": "If <code>true</code>, the <code>input</code> will indicate an error. The prop defaults to the value (<code>false</code>) inherited from the parent FormControl component."
},
"maxRows": { "description": "Maximum number of rows to display." },
"minRows": { "description": "Minimum number of rows to display." },
"size": { "description": "The size of the component." },
"startDecorator": { "description": "Leading adornment for this input." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"textarea": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the textarea element"
},
"startDecorator": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the startDecorator element",
"conditions": "supplied"
},
"endDecorator": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the endDecorator element",
"conditions": "supplied"
},
"formControl": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "the component is a descendant of <code>FormControl</code>"
},
"disabled": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>disabled={true}</code>"
},
"error": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>error={true}</code>"
},
"focused": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "the component is focused"
},
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"sm\"</code>"
},
"sizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"md\"</code>"
},
"sizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"lg\"</code>"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
}
},
"slotDescriptions": {
"root": "The component that renders the root.",
"textarea": "The component that renders the textarea.",
"startDecorator": "The component that renders the start decorator.",
"endDecorator": "The component that renders the end decorator."
}
}
| 5,564 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/toggle-button-group/toggle-button-group.json | {
"componentDescription": "⚠️ ToggleButtonGroup must have Button and/or IconButton as direct children.",
"propDescriptions": {
"buttonFlex": { "description": "The flex value of the button." },
"children": {
"description": "Used to render icon or text elements inside the ButtonGroup if <code>src</code> is not set. This can be an element, or just a string."
},
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"disabled": { "description": "If <code>true</code>, all the buttons will be disabled." },
"onChange": {
"description": "Callback fired when the value changes.",
"typeDescriptions": {
"event": "The event source of the callback.",
"value": "of the selected buttons. When <code>exclusive</code> is true this is a single value; when false an array of selected values. If no value is selected and <code>exclusive</code> is true the value is null; when false an empty array."
}
},
"orientation": { "description": "The component orientation." },
"size": {
"description": "The size of the component. It accepts theme values between 'sm' and 'lg'."
},
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"spacing": {
"description": "Defines the space between the type <code>item</code> components. It can only be used on a type <code>container</code> component."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"value": {
"description": "The currently selected value within the group or an array of selected values.<br>The value must have reference equality with the option in order to be selected."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
},
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"sm\"</code>"
},
"sizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"md\"</code>"
},
"sizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"lg\"</code>"
},
"horizontal": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"horizontal\"</code>"
},
"vertical": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"vertical\"</code>"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}
| 5,565 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/tooltip/tooltip.json | {
"componentDescription": "",
"propDescriptions": {
"arrow": { "description": "If <code>true</code>, adds an arrow to the tooltip." },
"children": { "description": "Tooltip reference element." },
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"describeChild": {
"description": "Set to <code>true</code> if the <code>title</code> acts as an accessible description. By default the <code>title</code> acts as an accessible label for the child."
},
"direction": { "description": "Direction of the text." },
"disableFocusListener": { "description": "Do not respond to focus-visible events." },
"disableHoverListener": { "description": "Do not respond to hover events." },
"disableInteractive": {
"description": "Makes a tooltip not interactive, i.e. it will close when the user hovers over the tooltip before the <code>leaveDelay</code> is expired."
},
"disablePortal": {
"description": "The <code>children</code> will be under the DOM hierarchy of the parent component."
},
"disableTouchListener": { "description": "Do not respond to long press touch events." },
"enterDelay": {
"description": "The number of milliseconds to wait before showing the tooltip. This prop won't impact the enter touch delay (<code>enterTouchDelay</code>)."
},
"enterNextDelay": {
"description": "The number of milliseconds to wait before showing the tooltip when one was already recently opened."
},
"enterTouchDelay": {
"description": "The number of milliseconds a user must touch the element before showing the tooltip."
},
"followCursor": {
"description": "If <code>true</code>, the tooltip follow the cursor over the wrapped element."
},
"id": {
"description": "This prop is used to help implement the accessibility logic. If you don't provide this prop. It falls back to a randomly generated id."
},
"keepMounted": {
"description": "Always keep the children in the DOM. This prop can be useful in SEO situation or when you want to maximize the responsiveness of the Popper."
},
"leaveDelay": {
"description": "The number of milliseconds to wait before hiding the tooltip. This prop won't impact the leave touch delay (<code>leaveTouchDelay</code>)."
},
"leaveTouchDelay": {
"description": "The number of milliseconds after the user stops touching an element before hiding the tooltip."
},
"modifiers": {
"description": "Popper.js is based on a "plugin-like" architecture, most of its features are fully encapsulated "modifiers".<br>A modifier is a function that is called each time Popper.js needs to compute the position of the popper. For this reason, modifiers should be very performant to avoid bottlenecks. To learn how to create a modifier, <a href=\"https://popper.js.org/docs/v2/modifiers/\">read the modifiers documentation</a>."
},
"onClose": {
"description": "Callback fired when the component requests to be closed.",
"typeDescriptions": { "event": "The event source of the callback." }
},
"onOpen": {
"description": "Callback fired when the component requests to be open.",
"typeDescriptions": { "event": "The event source of the callback." }
},
"open": { "description": "If <code>true</code>, the component is shown." },
"placement": { "description": "Tooltip placement." },
"size": { "description": "The size of the component." },
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"title": {
"description": "Tooltip title. Zero-length titles string, undefined, null and false are never displayed."
},
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"tooltipArrow": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>arrow={true}</code>"
},
"arrow": {
"description": "Class name applied to {{nodeName}}.",
"nodeName": "the arrow element"
},
"touch": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "the tooltip is opened by touch"
},
"placementLeft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>placement</code> contains "left""
},
"placementRight": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>placement</code> contains "right""
},
"placementTop": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>placement</code> contains "top""
},
"placementBottom": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>placement</code> contains "bottom""
},
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"sm\"</code>"
},
"sizeMd": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"md\"</code>"
},
"sizeLg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"lg\"</code>"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
}
},
"slotDescriptions": {
"root": "The component that renders the root.",
"arrow": "The component that renders the arrow."
}
}
| 5,566 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs-joy | petrpan-code/mui/material-ui/docs/translations/api-docs-joy/typography/typography.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"color": {
"description": "The color of the component. It supports those theme colors that make sense for this component."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"endDecorator": { "description": "Element placed after the children." },
"gutterBottom": { "description": "If <code>true</code>, the text will have a bottom margin." },
"level": { "description": "Applies the theme typography styles." },
"levelMapping": {
"description": "The component maps the variant prop to a range of different HTML element types. For instance, body1 to <code><h6></code>. If you wish to change that mapping, you can provide your own. Alternatively, you can use the <code>component</code> prop."
},
"noWrap": {
"description": "If <code>true</code>, the text will not wrap, but instead will truncate with a text overflow ellipsis.<br>Note that text overflow can only happen with block or inline-block level elements (the element needs to have a width in order to overflow)."
},
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"startDecorator": { "description": "Element placed before the children." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"textColor": { "description": "The system color." },
"variant": {
"description": "The <a href=\"https://mui.com/joy-ui/main-features/global-variants/\">global variant</a> to use."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"h1": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"h1\"</code>"
},
"h2": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"h2\"</code>"
},
"h3": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"h3\"</code>"
},
"h4": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"h4\"</code>"
},
"title-lg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"title-lg\"</code>"
},
"title-md": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"title-md\"</code>"
},
"title-sm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"title-sm\"</code>"
},
"body-lg": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"body-lg\"</code>"
},
"body-md": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"body-md\"</code>"
},
"body-sm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"body-sm\"</code>"
},
"body-xs": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>level=\"body-xs\"</code>"
},
"noWrap": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>nowrap={true}</code>"
},
"gutterBottom": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>gutterBottom={true}</code>"
},
"startDecorator": { "description": "Class name applied to the startDecorator element" },
"endDecorator": { "description": "Class name applied to the endDecorator element" },
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
}
},
"slotDescriptions": {
"root": "The component that renders the root.",
"startDecorator": "The component that renders the start decorator.",
"endDecorator": "The component that renders the end decorator."
}
}
| 5,567 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs | petrpan-code/mui/material-ui/docs/translations/api-docs/accordion-actions/accordion-actions.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"classes": { "description": "Override or extend the styles applied to the component." },
"disableSpacing": {
"description": "If <code>true</code>, the actions do not have additional margin."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": {
"root": { "description": "Styles applied to the root element." },
"spacing": {
"description": "Styles applied to {{nodeName}} unless {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>disableSpacing={true}</code>"
}
}
}
| 5,568 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs | petrpan-code/mui/material-ui/docs/translations/api-docs/accordion-details/accordion-details.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"classes": { "description": "Override or extend the styles applied to the component." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": { "root": { "description": "Styles applied to the root element." } }
}
| 5,569 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs | petrpan-code/mui/material-ui/docs/translations/api-docs/accordion-summary/accordion-summary.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"classes": { "description": "Override or extend the styles applied to the component." },
"expandIcon": { "description": "The icon to display as the expand indicator." },
"focusVisibleClassName": {
"description": "This prop can help identify which element has keyboard focus. The class name will be applied when the element gains the focus through keyboard interaction. It's a polyfill for the <a href=\"https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo\">CSS :focus-visible selector</a>. The rationale for using this feature <a href=\"https://github.com/WICG/focus-visible/blob/HEAD/explainer.md\">is explained here</a>. A <a href=\"https://github.com/WICG/focus-visible\">polyfill can be used</a> to apply a <code>focus-visible</code> class to other components if needed."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": {
"root": { "description": "Styles applied to the root element." },
"expanded": {
"description": "State class applied to {{nodeName}}, {{conditions}}.",
"nodeName": "the root element",
"conditions": "children wrapper element and <code>IconButton</code> component if <code>expanded={true}</code>"
},
"focusVisible": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the ButtonBase root element",
"conditions": "the button is keyboard focused"
},
"disabled": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>disabled={true}</code>"
},
"gutters": {
"description": "Styles applied to {{nodeName}} unless {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>disableGutters={true}</code>"
},
"contentGutters": {
"description": "Styles applied to {{nodeName}} unless {{conditions}}.",
"nodeName": "the children wrapper element",
"conditions": "<code>disableGutters={true}</code>"
},
"content": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the children wrapper element"
},
"expandIconWrapper": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the <code>expandIcon</code>'s wrapper element"
}
}
}
| 5,570 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs | petrpan-code/mui/material-ui/docs/translations/api-docs/accordion/accordion.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"classes": { "description": "Override or extend the styles applied to the component." },
"defaultExpanded": { "description": "If <code>true</code>, expands the accordion by default." },
"disabled": { "description": "If <code>true</code>, the component is disabled." },
"disableGutters": {
"description": "If <code>true</code>, it removes the margin between two expanded accordion items and the increase of height."
},
"expanded": {
"description": "If <code>true</code>, expands the accordion, otherwise collapse it. Setting this prop enables control over the accordion."
},
"onChange": {
"description": "Callback fired when the expand/collapse state is changed.",
"typeDescriptions": {
"event": "The event source of the callback. <strong>Warning</strong>: This is a generic event not a change event.",
"expanded": "The <code>expanded</code> state of the accordion."
}
},
"square": { "description": "If <code>true</code>, rounded corners are disabled." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"TransitionComponent": {
"description": "The component used for the transition. <a href=\"/material-ui/transitions/#transitioncomponent-prop\">Follow this guide</a> to learn more about the requirements for this component."
},
"TransitionProps": {
"description": "Props applied to the transition element. By default, the element is based on this <a href=\"http://reactcommunity.org/react-transition-group/transition/\"><code>Transition</code></a> component."
}
},
"classDescriptions": {
"root": { "description": "Styles applied to the root element." },
"rounded": {
"description": "Styles applied to {{nodeName}} unless {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>square={true}</code>"
},
"expanded": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>expanded={true}</code>"
},
"disabled": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>disabled={true}</code>"
},
"gutters": {
"description": "Styles applied to {{nodeName}} unless {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>disableGutters={true}</code>"
},
"region": {
"description": "Styles applied to {{nodeName}}, {{conditions}}.",
"nodeName": "the region element",
"conditions": "the container of the children"
}
}
}
| 5,571 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs | petrpan-code/mui/material-ui/docs/translations/api-docs/alert-title/alert-title.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"classes": { "description": "Override or extend the styles applied to the component." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": { "root": { "description": "Styles applied to the root element." } }
}
| 5,572 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs | petrpan-code/mui/material-ui/docs/translations/api-docs/alert/alert.json | {
"componentDescription": "",
"propDescriptions": {
"action": {
"description": "The action to display. It renders after the message, at the end of the alert."
},
"children": { "description": "The content of the component." },
"classes": { "description": "Override or extend the styles applied to the component." },
"closeText": {
"description": "Override the default label for the <em>close popup</em> icon button.<br>For localization purposes, you can use the provided <a href=\"/material-ui/guides/localization/\">translations</a>."
},
"color": {
"description": "The color of the component. Unless provided, the value is taken from the <code>severity</code> prop. It supports both default and custom theme colors, which can be added as shown in the <a href=\"https://mui.com/material-ui/customization/palette/#custom-colors\">palette customization guide</a>."
},
"components": {
"description": "The components used for each slot inside.<br>This prop is an alias for the <code>slots</code> prop. It's recommended to use the <code>slots</code> prop instead."
},
"componentsProps": {
"description": "The extra props for the slot components. You can override the existing props or add new ones.<br>This prop is an alias for the <code>slotProps</code> prop. It's recommended to use the <code>slotProps</code> prop instead, as <code>componentsProps</code> will be deprecated in the future."
},
"icon": {
"description": "Override the icon displayed before the children. Unless provided, the icon is mapped to the value of the <code>severity</code> prop. Set to <code>false</code> to remove the <code>icon</code>."
},
"iconMapping": {
"description": "The component maps the <code>severity</code> prop to a range of different icons, for instance success to <code><SuccessOutlined></code>. If you wish to change this mapping, you can provide your own. Alternatively, you can use the <code>icon</code> prop to override the icon displayed."
},
"onClose": {
"description": "Callback fired when the component requests to be closed. When provided and no <code>action</code> prop is set, a close icon button is displayed that triggers the callback when clicked.",
"typeDescriptions": { "event": "The event source of the callback." }
},
"role": { "description": "The ARIA role attribute of the element." },
"severity": {
"description": "The severity of the alert. This defines the color and icon used."
},
"slotProps": {
"description": "The extra props for the slot components. You can override the existing props or add new ones.<br>This prop is an alias for the <code>componentsProps</code> prop, which will be deprecated in the future."
},
"slots": {
"description": "The components used for each slot inside.<br>This prop is an alias for the <code>components</code> prop, which will be deprecated in the future."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"variant": { "description": "The variant to use." }
},
"classDescriptions": {
"root": { "description": "Styles applied to the root element." },
"filled": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"filled\"</code>"
},
"outlined": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"standard": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"standard\"</code>"
},
"standardSuccess": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"standard\"</code> and <code>color=\"success\"</code>"
},
"standardInfo": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"standard\"</code> and <code>color=\"info\"</code>"
},
"standardWarning": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"standard\"</code> and <code>color=\"warning\"</code>"
},
"standardError": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"standard\"</code> and <code>color=\"error\"</code>"
},
"outlinedSuccess": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code> and <code>color=\"success\"</code>"
},
"outlinedInfo": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code> and <code>color=\"info\"</code>"
},
"outlinedWarning": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code> and <code>color=\"warning\"</code>"
},
"outlinedError": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code> and <code>color=\"error\"</code>"
},
"filledSuccess": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"filled\"</code> and <code>color=\"success\"</code>"
},
"filledInfo": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"filled\"</code> and <code>color=\"info\"</code>"
},
"filledWarning": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"filled\"</code> and <code>color=\"warning\"</code>"
},
"filledError": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"filled\"</code> and <code>color=\"error\"</code>"
},
"icon": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the icon wrapper element"
},
"message": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the message wrapper element"
},
"action": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the action wrapper element",
"conditions": "<code>action</code> is provided"
}
}
}
| 5,573 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs | petrpan-code/mui/material-ui/docs/translations/api-docs/app-bar/app-bar.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"classes": { "description": "Override or extend the styles applied to the component." },
"color": {
"description": "The color of the component. It supports both default and custom theme colors, which can be added as shown in the <a href=\"https://mui.com/material-ui/customization/palette/#custom-colors\">palette customization guide</a>."
},
"enableColorOnDark": {
"description": "If true, the <code>color</code> prop is applied in dark mode."
},
"position": {
"description": "The positioning type. The behavior of the different options is described <a href=\"https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Positioning\">in the MDN web docs</a>. Note: <code>sticky</code> is not universally supported and will fall back to <code>static</code> when unavailable."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": {
"root": { "description": "Styles applied to the root element." },
"positionFixed": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>position=\"fixed\"</code>"
},
"positionAbsolute": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>position=\"absolute\"</code>"
},
"positionSticky": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>position=\"sticky\"</code>"
},
"positionStatic": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>position=\"static\"</code>"
},
"positionRelative": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>position=\"relative\"</code>"
},
"colorDefault": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"default\"</code>"
},
"colorPrimary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorSecondary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"secondary\"</code>"
},
"colorInherit": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"inherit\"</code>"
},
"colorTransparent": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"transparent\"</code>"
},
"colorError": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"error\"</code>"
},
"colorInfo": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"info\"</code>"
},
"colorSuccess": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
}
}
}
| 5,574 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs | petrpan-code/mui/material-ui/docs/translations/api-docs/autocomplete/autocomplete.json | {
"componentDescription": "",
"propDescriptions": {
"autoComplete": {
"description": "If <code>true</code>, the portion of the selected suggestion that has not been typed by the user, known as the completion string, appears inline after the input cursor in the textbox. The inline completion string is visually highlighted and has a selected state."
},
"autoHighlight": {
"description": "If <code>true</code>, the first option is automatically highlighted."
},
"autoSelect": {
"description": "If <code>true</code>, the selected option becomes the value of the input when the Autocomplete loses focus unless the user chooses a different option or changes the character string in the input.<br>When using <code>freeSolo</code> mode, the typed value will be the input value if the Autocomplete loses focus without highlighting an option."
},
"blurOnSelect": {
"description": "<p>Control if the input should be blurred when an option is selected:</p>\n<ul>\n<li><code>false</code> the input is not blurred.</li>\n<li><code>true</code> the input is always blurred.</li>\n<li><code>touch</code> the input is blurred after a touch event.</li>\n<li><code>mouse</code> the input is blurred after a mouse event.</li>\n</ul>\n"
},
"ChipProps": {
"description": "Props applied to the <a href=\"/material-ui/api/chip/\"><code>Chip</code></a> element."
},
"classes": { "description": "Override or extend the styles applied to the component." },
"clearIcon": { "description": "The icon to display in place of the default clear icon." },
"clearOnBlur": {
"description": "If <code>true</code>, the input's text is cleared on blur if no value is selected.<br>Set to <code>true</code> if you want to help the user enter a new value. Set to <code>false</code> if you want to help the user resume their search."
},
"clearOnEscape": {
"description": "If <code>true</code>, clear all values when the user presses escape and the popup is closed."
},
"clearText": {
"description": "Override the default text for the <em>clear</em> icon button.<br>For localization purposes, you can use the provided <a href=\"/material-ui/guides/localization/\">translations</a>."
},
"closeText": {
"description": "Override the default text for the <em>close popup</em> icon button.<br>For localization purposes, you can use the provided <a href=\"/material-ui/guides/localization/\">translations</a>."
},
"componentsProps": { "description": "The props used for each slot inside." },
"defaultValue": {
"description": "The default value. Use when the component is not controlled."
},
"disableClearable": { "description": "If <code>true</code>, the input can't be cleared." },
"disableCloseOnSelect": {
"description": "If <code>true</code>, the popup won't close when a value is selected."
},
"disabled": { "description": "If <code>true</code>, the component is disabled." },
"disabledItemsFocusable": {
"description": "If <code>true</code>, will allow focus on disabled items."
},
"disableListWrap": {
"description": "If <code>true</code>, the list box in the popup will not wrap focus."
},
"disablePortal": {
"description": "If <code>true</code>, the <code>Popper</code> content will be under the DOM hierarchy of the parent component."
},
"filterOptions": {
"description": "A function that determines the filtered options to be rendered on search.",
"typeDescriptions": {
"options": "The options to render.",
"state": "The state of the component."
}
},
"filterSelectedOptions": {
"description": "If <code>true</code>, hide the selected options from the list box."
},
"forcePopupIcon": { "description": "Force the visibility display of the popup icon." },
"freeSolo": {
"description": "If <code>true</code>, the Autocomplete is free solo, meaning that the user input is not bound to provided options."
},
"fullWidth": {
"description": "If <code>true</code>, the input will take up the full width of its container."
},
"getLimitTagsText": {
"description": "The label to display when the tags are truncated (<code>limitTags</code>).",
"typeDescriptions": { "more": "The number of truncated tags." }
},
"getOptionDisabled": {
"description": "Used to determine the disabled state for a given option.",
"typeDescriptions": { "option": "The option to test." }
},
"getOptionLabel": {
"description": "Used to determine the string value for a given option. It's used to fill the input (and the list box options if <code>renderOption</code> is not provided).<br>If used in free solo mode, it must accept both the type of the options and a string."
},
"groupBy": {
"description": "If provided, the options will be grouped under the returned string. The groupBy value is also used as the text for group headings when <code>renderGroup</code> is not provided.",
"typeDescriptions": { "options": "The options to group." }
},
"handleHomeEndKeys": {
"description": "If <code>true</code>, the component handles the "Home" and "End" keys when the popup is open. It should move focus to the first option and last option, respectively."
},
"id": {
"description": "This prop is used to help implement the accessibility logic. If you don't provide an id it will fall back to a randomly generated one."
},
"includeInputInList": {
"description": "If <code>true</code>, the highlight can move to the input."
},
"inputValue": { "description": "The input value." },
"isOptionEqualToValue": {
"description": "Used to determine if the option represents the given value. Uses strict equality by default. ⚠️ Both arguments need to be handled, an option can only match with one value.",
"typeDescriptions": { "option": "The option to test.", "value": "The value to test against." }
},
"limitTags": {
"description": "The maximum number of tags that will be visible when not focused. Set <code>-1</code> to disable the limit."
},
"ListboxComponent": { "description": "The component used to render the listbox." },
"ListboxProps": { "description": "Props applied to the Listbox element." },
"loading": {
"description": "If <code>true</code>, the component is in a loading state. This shows the <code>loadingText</code> in place of suggestions (only if there are no suggestions to show, e.g. <code>options</code> are empty)."
},
"loadingText": {
"description": "Text to display when in a loading state.<br>For localization purposes, you can use the provided <a href=\"/material-ui/guides/localization/\">translations</a>."
},
"multiple": {
"description": "If <code>true</code>, <code>value</code> must be an array and the menu will support multiple selections."
},
"noOptionsText": {
"description": "Text to display when there are no options.<br>For localization purposes, you can use the provided <a href=\"/material-ui/guides/localization/\">translations</a>."
},
"onChange": {
"description": "Callback fired when the value changes.",
"typeDescriptions": {
"event": "The event source of the callback.",
"value": "The new value of the component.",
"reason": "One of "createOption", "selectOption", "removeOption", "blur" or "clear"."
}
},
"onClose": {
"description": "Callback fired when the popup requests to be closed. Use in controlled mode (see open).",
"typeDescriptions": {
"event": "The event source of the callback.",
"reason": "Can be: <code>"toggleInput"</code>, <code>"escape"</code>, <code>"selectOption"</code>, <code>"removeOption"</code>, <code>"blur"</code>."
}
},
"onHighlightChange": {
"description": "Callback fired when the highlight option changes.",
"typeDescriptions": {
"event": "The event source of the callback.",
"option": "The highlighted option.",
"reason": "Can be: <code>"keyboard"</code>, <code>"auto"</code>, <code>"mouse"</code>, <code>"touch"</code>."
}
},
"onInputChange": {
"description": "Callback fired when the input value changes.",
"typeDescriptions": {
"event": "The event source of the callback.",
"value": "The new value of the text input.",
"reason": "Can be: <code>"input"</code> (user input), <code>"reset"</code> (programmatic change), <code>"clear"</code>."
}
},
"onOpen": {
"description": "Callback fired when the popup requests to be opened. Use in controlled mode (see open).",
"typeDescriptions": { "event": "The event source of the callback." }
},
"open": { "description": "If <code>true</code>, the component is shown." },
"openOnFocus": { "description": "If <code>true</code>, the popup will open on input focus." },
"openText": {
"description": "Override the default text for the <em>open popup</em> icon button.<br>For localization purposes, you can use the provided <a href=\"/material-ui/guides/localization/\">translations</a>."
},
"options": { "description": "Array of options." },
"PaperComponent": { "description": "The component used to render the body of the popup." },
"PopperComponent": { "description": "The component used to position the popup." },
"popupIcon": { "description": "The icon to display in place of the default popup icon." },
"readOnly": {
"description": "If <code>true</code>, the component becomes readonly. It is also supported for multiple tags where the tag cannot be deleted."
},
"renderGroup": {
"description": "Render the group.",
"typeDescriptions": { "params": "The group to render." }
},
"renderInput": { "description": "Render the input." },
"renderOption": {
"description": "Render the option, use <code>getOptionLabel</code> by default.",
"typeDescriptions": {
"props": "The props to apply on the li element.",
"option": "The option to render.",
"state": "The state of each option.",
"ownerState": "The state of the Autocomplete component."
}
},
"renderTags": {
"description": "Render the selected value.",
"typeDescriptions": {
"value": "The <code>value</code> provided to the component.",
"getTagProps": "A tag props getter.",
"ownerState": "The state of the Autocomplete component."
}
},
"selectOnFocus": {
"description": "If <code>true</code>, the input's text is selected on focus. It helps the user clear the selected value."
},
"size": { "description": "The size of the component." },
"slotProps": { "description": "The props used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"value": {
"description": "The value of the autocomplete.<br>The value must have reference equality with the option in order to be selected. You can customize the equality behavior with the <code>isOptionEqualToValue</code> prop."
}
},
"classDescriptions": {
"root": { "description": "Styles applied to the root element." },
"fullWidth": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>fullWidth={true}</code>"
},
"expanded": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "the listbox is displayed"
},
"focused": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "focused"
},
"focusVisible": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the option elements",
"conditions": "they are keyboard focused"
},
"tag": {
"description": "Styles applied to {{nodeName}}, {{conditions}}.",
"nodeName": "the tag elements",
"conditions": "e.g. the chips"
},
"tagSizeSmall": {
"description": "Styles applied to {{nodeName}}, {{conditions}}.",
"nodeName": "the tag elements",
"conditions": "e.g. the chips if <code>size=\"small\"</code>"
},
"tagSizeMedium": {
"description": "Styles applied to {{nodeName}}, {{conditions}}.",
"nodeName": "the tag elements",
"conditions": "e.g. the chips if <code>size=\"medium\"</code>"
},
"hasPopupIcon": { "description": "Styles applied when the popup icon is rendered." },
"hasClearIcon": { "description": "Styles applied when the clear icon is rendered." },
"inputRoot": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the Input element"
},
"input": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the input element" },
"inputFocused": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the input element",
"conditions": "the input is focused"
},
"endAdornment": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the endAdornment element"
},
"clearIndicator": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the clear indicator"
},
"popupIndicator": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the popup indicator"
},
"popupIndicatorOpen": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the popup indicator",
"conditions": "the popup is open"
},
"popper": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the popper element"
},
"popperDisablePortal": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the popper element",
"conditions": "<code>disablePortal={true}</code>"
},
"paper": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the Paper component"
},
"listbox": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the listbox component"
},
"loading": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the loading wrapper"
},
"noOptions": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the no option wrapper"
},
"option": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the option elements"
},
"groupLabel": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the group's label elements"
},
"groupUl": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the group's ul elements"
}
}
}
| 5,575 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs | petrpan-code/mui/material-ui/docs/translations/api-docs/avatar-group/avatar-group.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The avatars to stack." },
"classes": { "description": "Override or extend the styles applied to the component." },
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"componentsProps": {
"description": "The extra props for the slot components. You can override the existing props or add new ones.<br>This prop is an alias for the <code>slotProps</code> prop. It's recommended to use the <code>slotProps</code> prop instead, as <code>componentsProps</code> will be deprecated in the future."
},
"max": { "description": "Max avatars to show before +x." },
"renderSurplus": {
"description": "custom renderer of extraAvatars",
"typeDescriptions": {
"surplus": "number of extra avatars",
"React.ReactNode": "custom element to display"
}
},
"slotProps": {
"description": "The extra props for the slot components. You can override the existing props or add new ones.<br>This prop is an alias for the <code>componentsProps</code> prop, which will be deprecated in the future."
},
"spacing": { "description": "Spacing between avatars." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"total": {
"description": "The total number of avatars. Used for calculating the number of extra avatars."
},
"variant": { "description": "The variant to use." }
},
"classDescriptions": {
"root": { "description": "Styles applied to the root element." },
"avatar": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the avatar elements"
}
}
}
| 5,576 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs | petrpan-code/mui/material-ui/docs/translations/api-docs/avatar/avatar.json | {
"componentDescription": "",
"propDescriptions": {
"alt": {
"description": "Used in combination with <code>src</code> or <code>srcSet</code> to provide an alt attribute for the rendered <code>img</code> element."
},
"children": {
"description": "Used to render icon or text elements inside the Avatar if <code>src</code> is not set. This can be an element, or just a string."
},
"classes": { "description": "Override or extend the styles applied to the component." },
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"imgProps": {
"description": "<a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attributes\">Attributes</a> applied to the <code>img</code> element if the component is used to display an image. It can be used to listen for the loading error event."
},
"sizes": {
"description": "The <code>sizes</code> attribute for the <code>img</code> element."
},
"src": { "description": "The <code>src</code> attribute for the <code>img</code> element." },
"srcSet": {
"description": "The <code>srcSet</code> attribute for the <code>img</code> element. Use this attribute for responsive image display."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"variant": { "description": "The shape of the avatar." }
},
"classDescriptions": {
"root": { "description": "Styles applied to the root element." },
"colorDefault": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "not <code>src</code> or <code>srcSet</code>"
},
"circular": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"circular\"</code>"
},
"rounded": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"rounded\"</code>"
},
"square": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"square\"</code>"
},
"img": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the img element",
"conditions": "either <code>src</code> or <code>srcSet</code> is defined"
},
"fallback": { "description": "Styles applied to the fallback icon" }
}
}
| 5,577 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs | petrpan-code/mui/material-ui/docs/translations/api-docs/backdrop/backdrop.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"classes": { "description": "Override or extend the styles applied to the component." },
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"components": {
"description": "The components used for each slot inside.<br>This prop is an alias for the <code>slots</code> prop. It's recommended to use the <code>slots</code> prop instead."
},
"componentsProps": {
"description": "The extra props for the slot components. You can override the existing props or add new ones.<br>This prop is an alias for the <code>slotProps</code> prop. It's recommended to use the <code>slotProps</code> prop instead, as <code>componentsProps</code> will be deprecated in the future."
},
"invisible": {
"description": "If <code>true</code>, the backdrop is invisible. It can be used when rendering a popover or a custom select component."
},
"open": { "description": "If <code>true</code>, the component is shown." },
"slotProps": {
"description": "The extra props for the slot components. You can override the existing props or add new ones.<br>This prop is an alias for the <code>componentsProps</code> prop, which will be deprecated in the future."
},
"slots": {
"description": "The components used for each slot inside.<br>This prop is an alias for the <code>components</code> prop, which will be deprecated in the future."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"TransitionComponent": {
"description": "The component used for the transition. <a href=\"/material-ui/transitions/#transitioncomponent-prop\">Follow this guide</a> to learn more about the requirements for this component."
},
"transitionDuration": {
"description": "The duration for the transition, in milliseconds. You may specify a single timeout for all transitions, or individually with an object."
}
},
"classDescriptions": {
"root": { "description": "Styles applied to the root element." },
"invisible": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>invisible={true}</code>"
}
}
}
| 5,578 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs | petrpan-code/mui/material-ui/docs/translations/api-docs/badge/badge.json | {
"componentDescription": "",
"propDescriptions": {
"anchorOrigin": { "description": "The anchor of the badge." },
"badgeContent": { "description": "The content rendered within the badge." },
"children": { "description": "The badge will be added relative to this node." },
"classes": { "description": "Override or extend the styles applied to the component." },
"color": {
"description": "The color of the component. It supports both default and custom theme colors, which can be added as shown in the <a href=\"https://mui.com/material-ui/customization/palette/#custom-colors\">palette customization guide</a>."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"components": {
"description": "The components used for each slot inside.<br>This prop is an alias for the <code>slots</code> prop. It's recommended to use the <code>slots</code> prop instead."
},
"componentsProps": {
"description": "The extra props for the slot components. You can override the existing props or add new ones.<br>This prop is an alias for the <code>slotProps</code> prop. It's recommended to use the <code>slotProps</code> prop instead, as <code>componentsProps</code> will be deprecated in the future."
},
"invisible": { "description": "If <code>true</code>, the badge is invisible." },
"max": { "description": "Max count to show." },
"overlap": { "description": "Wrapped shape the badge should overlap." },
"showZero": {
"description": "Controls whether the badge is hidden when <code>badgeContent</code> is zero."
},
"slotProps": { "description": "The props used for each slot inside the Badge." },
"slots": {
"description": "The components used for each slot inside the Badge. Either a string to use a HTML element or a component."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"variant": { "description": "The variant to use." }
},
"classDescriptions": {
"root": { "description": "Styles applied to the root element." },
"badge": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the badge <code>span</code> element"
},
"dot": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the badge <code>span</code> element",
"conditions": "<code>variant=\"dot\"</code>"
},
"standard": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the badge <code>span</code> element",
"conditions": "<code>variant=\"standard\"</code>"
},
"anchorOriginTopRight": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the badge <code>span</code> element",
"conditions": "<code>anchorOrigin={{ 'top', 'right' }}</code>"
},
"anchorOriginBottomRight": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the badge <code>span</code> element",
"conditions": "<code>anchorOrigin={{ 'bottom', 'right' }}</code>"
},
"anchorOriginTopLeft": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the badge <code>span</code> element",
"conditions": "<code>anchorOrigin={{ 'top', 'left' }}</code>"
},
"anchorOriginBottomLeft": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the badge <code>span</code> element",
"conditions": "<code>anchorOrigin={{ 'bottom', 'left' }}</code>"
},
"invisible": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the badge <code>span</code> element",
"conditions": "<code>invisible={true}</code>"
},
"colorPrimary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the badge <code>span</code> element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorSecondary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the badge <code>span</code> element",
"conditions": "<code>color=\"secondary\"</code>"
},
"colorError": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the badge <code>span</code> element",
"conditions": "<code>color=\"error\"</code>"
},
"colorInfo": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the badge <code>span</code> element",
"conditions": "<code>color=\"info\"</code>"
},
"colorSuccess": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the badge <code>span</code> element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the badge <code>span</code> element",
"conditions": "<code>color=\"warning\"</code>"
},
"anchorOriginTopRightRectangular": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the badge <code>span</code> element",
"conditions": "<code>anchorOrigin={{ 'top', 'right' }} overlap=\"rectangular\"</code>"
},
"anchorOriginBottomRightRectangular": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the badge <code>span</code> element",
"conditions": "<code>anchorOrigin={{ 'bottom', 'right' }} overlap=\"rectangular\"</code>"
},
"anchorOriginTopLeftRectangular": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the badge <code>span</code> element",
"conditions": "<code>anchorOrigin={{ 'top', 'left' }} overlap=\"rectangular\"</code>"
},
"anchorOriginBottomLeftRectangular": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the badge <code>span</code> element",
"conditions": "<code>anchorOrigin={{ 'bottom', 'left' }} overlap=\"rectangular\"</code>"
},
"anchorOriginTopRightCircular": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the badge <code>span</code> element",
"conditions": "<code>anchorOrigin={{ 'top', 'right' }} overlap=\"circular\"</code>"
},
"anchorOriginBottomRightCircular": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the badge <code>span</code> element",
"conditions": "<code>anchorOrigin={{ 'bottom', 'right' }} overlap=\"circular\"</code>"
},
"anchorOriginTopLeftCircular": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the badge <code>span</code> element",
"conditions": "<code>anchorOrigin={{ 'top', 'left' }} overlap=\"circular\"</code>"
},
"anchorOriginBottomLeftCircular": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the badge <code>span</code> element",
"conditions": "<code>anchorOrigin={{ 'bottom', 'left' }} overlap=\"circular\"</code>"
},
"overlapRectangular": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the badge <code>span</code> element",
"conditions": "<code>overlap=\"rectangular\"</code>"
},
"overlapCircular": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the badge <code>span</code> element",
"conditions": "<code>overlap=\"circular\"</code>"
}
}
}
| 5,579 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs | petrpan-code/mui/material-ui/docs/translations/api-docs/bottom-navigation-action/bottom-navigation-action.json | {
"componentDescription": "",
"propDescriptions": {
"children": {
"description": "This prop isn't supported. Use the <code>component</code> prop if you need to change the children structure."
},
"classes": { "description": "Override or extend the styles applied to the component." },
"icon": { "description": "The icon to display." },
"label": { "description": "The label element." },
"showLabel": {
"description": "If <code>true</code>, the <code>BottomNavigationAction</code> will show its label. By default, only the selected <code>BottomNavigationAction</code> inside <code>BottomNavigation</code> will show its label.<br>The prop defaults to the value (<code>false</code>) inherited from the parent BottomNavigation component."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"value": {
"description": "You can provide your own value. Otherwise, we fallback to the child position index."
}
},
"classDescriptions": {
"root": { "description": "Styles applied to the root element." },
"selected": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "selected"
},
"iconOnly": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>showLabel={false}</code> and not selected"
},
"label": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the label's span element"
}
}
}
| 5,580 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs | petrpan-code/mui/material-ui/docs/translations/api-docs/bottom-navigation/bottom-navigation.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"classes": { "description": "Override or extend the styles applied to the component." },
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"onChange": {
"description": "Callback fired when the value changes.",
"typeDescriptions": {
"event": "The event source of the callback. <strong>Warning</strong>: This is a generic event not a change event.",
"value": "We default to the index of the child."
}
},
"showLabels": {
"description": "If <code>true</code>, all <code>BottomNavigationAction</code>s will show their labels. By default, only the selected <code>BottomNavigationAction</code> will show its label."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"value": {
"description": "The value of the currently selected <code>BottomNavigationAction</code>."
}
},
"classDescriptions": { "root": { "description": "Styles applied to the root element." } }
}
| 5,581 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs | petrpan-code/mui/material-ui/docs/translations/api-docs/box/box.json | {
"componentDescription": "",
"propDescriptions": {
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": { "root": { "description": "Styles applied to the root element." } }
}
| 5,582 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs | petrpan-code/mui/material-ui/docs/translations/api-docs/breadcrumbs/breadcrumbs.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"classes": { "description": "Override or extend the styles applied to the component." },
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"expandText": {
"description": "Override the default label for the expand button.<br>For localization purposes, you can use the provided <a href=\"/material-ui/guides/localization/\">translations</a>."
},
"itemsAfterCollapse": {
"description": "If max items is exceeded, the number of items to show after the ellipsis."
},
"itemsBeforeCollapse": {
"description": "If max items is exceeded, the number of items to show before the ellipsis."
},
"maxItems": {
"description": "Specifies the maximum number of breadcrumbs to display. When there are more than the maximum number, only the first <code>itemsBeforeCollapse</code> and last <code>itemsAfterCollapse</code> will be shown, with an ellipsis in between."
},
"separator": { "description": "Custom separator node." },
"slotProps": { "description": "The props used for each slot inside the Breadcumb." },
"slots": {
"description": "The components used for each slot inside the Breadcumb. Either a string to use a HTML element or a component."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": {
"root": { "description": "Styles applied to the root element." },
"ol": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the ol element" },
"li": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the li element" },
"separator": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the separator element"
}
}
}
| 5,583 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs | petrpan-code/mui/material-ui/docs/translations/api-docs/button-base/button-base.json | {
"componentDescription": "`ButtonBase` contains as few styles as possible.\nIt aims to be a simple building block for creating a button.\nIt contains a load of style reset and some focus/ripple logic.",
"propDescriptions": {
"action": {
"description": "A ref for imperative actions. It currently only supports <code>focusVisible()</code> action."
},
"centerRipple": {
"description": "If <code>true</code>, the ripples are centered. They won't start at the cursor interaction position."
},
"children": { "description": "The content of the component." },
"classes": { "description": "Override or extend the styles applied to the component." },
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component.",
"requiresRef": true
},
"disabled": { "description": "If <code>true</code>, the component is disabled." },
"disableRipple": {
"description": "If <code>true</code>, the ripple effect is disabled.<br>⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure to highlight the element by applying separate styles with the <code>.Mui-focusVisible</code> class."
},
"disableTouchRipple": {
"description": "If <code>true</code>, the touch ripple effect is disabled."
},
"focusRipple": {
"description": "If <code>true</code>, the base button will have a keyboard focus ripple."
},
"focusVisibleClassName": {
"description": "This prop can help identify which element has keyboard focus. The class name will be applied when the element gains the focus through keyboard interaction. It's a polyfill for the <a href=\"https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo\">CSS :focus-visible selector</a>. The rationale for using this feature <a href=\"https://github.com/WICG/focus-visible/blob/HEAD/explainer.md\">is explained here</a>. A <a href=\"https://github.com/WICG/focus-visible\">polyfill can be used</a> to apply a <code>focus-visible</code> class to other components if needed."
},
"LinkComponent": {
"description": "The component used to render a link when the <code>href</code> prop is provided."
},
"onFocusVisible": {
"description": "Callback fired when the component is focused with a keyboard. We trigger a <code>onFocus</code> callback too."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"TouchRippleProps": { "description": "Props applied to the <code>TouchRipple</code> element." },
"touchRippleRef": {
"description": "A ref that points to the <code>TouchRipple</code> element."
}
},
"classDescriptions": {
"root": { "description": "Styles applied to the root element." },
"disabled": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>disabled={true}</code>"
},
"focusVisible": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "keyboard focused"
}
}
}
| 5,584 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs | petrpan-code/mui/material-ui/docs/translations/api-docs/button-group/button-group.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"classes": { "description": "Override or extend the styles applied to the component." },
"color": {
"description": "The color of the component. It supports both default and custom theme colors, which can be added as shown in the <a href=\"https://mui.com/material-ui/customization/palette/#custom-colors\">palette customization guide</a>."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"disabled": { "description": "If <code>true</code>, the component is disabled." },
"disableElevation": { "description": "If <code>true</code>, no elevation is used." },
"disableFocusRipple": {
"description": "If <code>true</code>, the button keyboard focus ripple is disabled."
},
"disableRipple": {
"description": "If <code>true</code>, the button ripple effect is disabled."
},
"fullWidth": {
"description": "If <code>true</code>, the buttons will take up the full width of its container."
},
"orientation": { "description": "The component orientation (layout flow direction)." },
"size": {
"description": "The size of the component. <code>small</code> is equivalent to the dense button styling."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"variant": { "description": "The variant to use." }
},
"classDescriptions": {
"root": { "description": "Styles applied to the root element." },
"contained": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"contained\"</code>"
},
"outlined": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"text": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"text\"</code>"
},
"disableElevation": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>disableElevation={true}</code>"
},
"disabled": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the child elements",
"conditions": "<code>disabled={true}</code>"
},
"firstButton": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the first button in the button group"
},
"fullWidth": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>fullWidth={true}</code>"
},
"vertical": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"vertical\"</code>"
},
"grouped": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the children" },
"groupedHorizontal": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the children",
"conditions": "<code>orientation=\"horizontal\"</code>"
},
"groupedVertical": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the children",
"conditions": "<code>orientation=\"vertical\"</code>"
},
"groupedText": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the children",
"conditions": "<code>variant=\"text\"</code>"
},
"groupedTextHorizontal": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the children",
"conditions": "<code>variant=\"text\"</code> and <code>orientation=\"horizontal\"</code>"
},
"groupedTextVertical": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the children",
"conditions": "<code>variant=\"text\"</code> and <code>orientation=\"vertical\"</code>"
},
"groupedTextPrimary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the children",
"conditions": "<code>variant=\"text\"</code> and <code>color=\"primary\"</code>"
},
"groupedTextSecondary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the children",
"conditions": "<code>variant=\"text\"</code> and <code>color=\"secondary\"</code>"
},
"groupedOutlined": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the children",
"conditions": "<code>variant=\"outlined\"</code>"
},
"groupedOutlinedHorizontal": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the children",
"conditions": "<code>variant=\"outlined\"</code> and <code>orientation=\"horizontal\"</code>"
},
"groupedOutlinedVertical": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the children",
"conditions": "<code>variant=\"outlined\"</code> and <code>orientation=\"vertical\"</code>"
},
"groupedOutlinedPrimary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the children",
"conditions": "<code>variant=\"outlined\"</code> and <code>color=\"primary\"</code>"
},
"groupedOutlinedSecondary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the children",
"conditions": "<code>variant=\"outlined\"</code> and <code>color=\"secondary\"</code>"
},
"groupedContained": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the children",
"conditions": "<code>variant=\"contained\"</code>"
},
"groupedContainedHorizontal": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the children",
"conditions": "<code>variant=\"contained\"</code> and <code>orientation=\"horizontal\"</code>"
},
"groupedContainedVertical": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the children",
"conditions": "<code>variant=\"contained\"</code> and <code>orientation=\"vertical\"</code>"
},
"groupedContainedPrimary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the children",
"conditions": "<code>variant=\"contained\"</code> and <code>color=\"primary\"</code>"
},
"groupedContainedSecondary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the children",
"conditions": "<code>variant=\"contained\"</code> and <code>color=\"secondary\"</code>"
},
"lastButton": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the last button in the button group"
},
"middleButton": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "buttons in the middle of the button group"
}
}
}
| 5,585 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs | petrpan-code/mui/material-ui/docs/translations/api-docs/button/button.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"classes": { "description": "Override or extend the styles applied to the component." },
"color": {
"description": "The color of the component. It supports both default and custom theme colors, which can be added as shown in the <a href=\"https://mui.com/material-ui/customization/palette/#custom-colors\">palette customization guide</a>."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"disabled": { "description": "If <code>true</code>, the component is disabled." },
"disableElevation": { "description": "If <code>true</code>, no elevation is used." },
"disableFocusRipple": {
"description": "If <code>true</code>, the keyboard focus ripple is disabled."
},
"disableRipple": {
"description": "If <code>true</code>, the ripple effect is disabled.<br>⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure to highlight the element by applying separate styles with the <code>.Mui-focusVisible</code> class."
},
"endIcon": { "description": "Element placed after the children." },
"fullWidth": {
"description": "If <code>true</code>, the button will take up the full width of its container."
},
"href": {
"description": "The URL to link to when the button is clicked. If defined, an <code>a</code> element will be used as the root node."
},
"size": {
"description": "The size of the component. <code>small</code> is equivalent to the dense button styling."
},
"startIcon": { "description": "Element placed before the children." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"variant": { "description": "The variant to use." }
},
"classDescriptions": {
"root": { "description": "Styles applied to the root element." },
"text": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"text\"</code>"
},
"textInherit": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"text\"</code> and <code>color=\"inherit\"</code>"
},
"textPrimary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"text\"</code> and <code>color=\"primary\"</code>"
},
"textSecondary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"text\"</code> and <code>color=\"secondary\"</code>"
},
"textSuccess": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"text\"</code> and <code>color=\"success\"</code>"
},
"textError": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"text\"</code> and <code>color=\"error\"</code>"
},
"textInfo": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"text\"</code> and <code>color=\"info\"</code>"
},
"textWarning": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"text\"</code> and <code>color=\"warning\"</code>"
},
"outlined": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"outlinedInherit": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code> and <code>color=\"inherit\"</code>"
},
"outlinedPrimary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code> and <code>color=\"primary\"</code>"
},
"outlinedSecondary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code> and <code>color=\"secondary\"</code>"
},
"outlinedSuccess": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code> and <code>color=\"success\"</code>"
},
"outlinedError": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code> and <code>color=\"error\"</code>"
},
"outlinedInfo": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code> and <code>color=\"info\"</code>"
},
"outlinedWarning": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code> and <code>color=\"warning\"</code>"
},
"contained": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"contained\"</code>"
},
"containedInherit": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"contained\"</code> and <code>color=\"inherit\"</code>"
},
"containedPrimary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"contained\"</code> and <code>color=\"primary\"</code>"
},
"containedSecondary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"contained\"</code> and <code>color=\"secondary\"</code>"
},
"containedSuccess": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"contained\"</code> and <code>color=\"success\"</code>"
},
"containedInfo": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"contained\"</code> and <code>color=\"info\"</code>"
},
"containedError": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"contained\"</code> and <code>color=\"error\"</code>"
},
"containedWarning": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"contained\"</code> and <code>color=\"warning\"</code>"
},
"disableElevation": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>disableElevation={true}</code>"
},
"focusVisible": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the ButtonBase root element",
"conditions": "the button is keyboard focused"
},
"disabled": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>disabled={true}</code>"
},
"colorInherit": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"inherit\"</code>"
},
"textSizeSmall": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"small\"</code> and <code>variant=\"text\"</code>"
},
"textSizeMedium": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"medium\"</code> and <code>variant=\"text\"</code>"
},
"textSizeLarge": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"large\"</code> and <code>variant=\"text\"</code>"
},
"outlinedSizeSmall": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"small\"</code> and <code>variant=\"outlined\"</code>"
},
"outlinedSizeMedium": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"medium\"</code> and <code>variant=\"outlined\"</code>"
},
"outlinedSizeLarge": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"large\"</code> and <code>variant=\"outlined\"</code>"
},
"containedSizeSmall": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"small\"</code> and <code>variant=\"contained\"</code>"
},
"containedSizeMedium": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"medium\"</code> and <code>variant=\"contained\"</code>"
},
"containedSizeLarge": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"large\"</code> and <code>variant=\"contained\"</code>"
},
"sizeSmall": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"small\"</code>"
},
"sizeMedium": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"medium\"</code>"
},
"sizeLarge": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"large\"</code>"
},
"fullWidth": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>fullWidth={true}</code>"
},
"startIcon": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the startIcon element",
"conditions": "supplied"
},
"endIcon": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the endIcon element",
"conditions": "supplied"
},
"iconSizeSmall": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the icon element",
"conditions": "supplied and <code>size=\"small\"</code>"
},
"iconSizeMedium": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the icon element",
"conditions": "supplied and <code>size=\"medium\"</code>"
},
"iconSizeLarge": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the icon element",
"conditions": "supplied and <code>size=\"large\"</code>"
}
}
}
| 5,586 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs | petrpan-code/mui/material-ui/docs/translations/api-docs/card-action-area/card-action-area.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"classes": { "description": "Override or extend the styles applied to the component." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": {
"root": { "description": "Styles applied to the root element." },
"focusVisible": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the ButtonBase root element",
"conditions": "the action area is keyboard focused"
},
"focusHighlight": {
"description": "Styles applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the overlay that covers the action area",
"conditions": "it is keyboard focused"
}
}
}
| 5,587 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs | petrpan-code/mui/material-ui/docs/translations/api-docs/card-actions/card-actions.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"classes": { "description": "Override or extend the styles applied to the component." },
"disableSpacing": {
"description": "If <code>true</code>, the actions do not have additional margin."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": {
"root": { "description": "Styles applied to the root element." },
"spacing": {
"description": "Styles applied to {{nodeName}} unless {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>disableSpacing={true}</code>"
}
}
}
| 5,588 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs | petrpan-code/mui/material-ui/docs/translations/api-docs/card-content/card-content.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"classes": { "description": "Override or extend the styles applied to the component." },
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": { "root": { "description": "Styles applied to the root element." } }
}
| 5,589 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs | petrpan-code/mui/material-ui/docs/translations/api-docs/card-header/card-header.json | {
"componentDescription": "",
"propDescriptions": {
"action": { "description": "The action to display in the card header." },
"avatar": { "description": "The Avatar element to display." },
"classes": { "description": "Override or extend the styles applied to the component." },
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"disableTypography": {
"description": "If <code>true</code>, <code>subheader</code> and <code>title</code> won't be wrapped by a Typography component. This can be useful to render an alternative Typography variant by wrapping the <code>title</code> text, and optional <code>subheader</code> text with the Typography component."
},
"subheader": { "description": "The content of the component." },
"subheaderTypographyProps": {
"description": "These props will be forwarded to the subheader (as long as disableTypography is not <code>true</code>)."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"title": { "description": "The content of the component." },
"titleTypographyProps": {
"description": "These props will be forwarded to the title (as long as disableTypography is not <code>true</code>)."
}
},
"classDescriptions": {
"root": { "description": "Styles applied to the root element." },
"avatar": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the avatar element"
},
"action": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the action element"
},
"content": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the content wrapper element"
},
"title": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the title Typography element"
},
"subheader": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the subheader Typography element"
}
}
}
| 5,590 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs | petrpan-code/mui/material-ui/docs/translations/api-docs/card-media/card-media.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"classes": { "description": "Override or extend the styles applied to the component." },
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"image": {
"description": "Image to be displayed as a background image. Either <code>image</code> or <code>src</code> prop must be specified. Note that caller must specify height otherwise the image will not be visible."
},
"src": {
"description": "An alias for <code>image</code> property. Available only with media components. Media components: <code>video</code>, <code>audio</code>, <code>picture</code>, <code>iframe</code>, <code>img</code>."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": {
"root": { "description": "Styles applied to the root element." },
"media": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>component=\"video, audio, picture, iframe, or img\"</code>"
},
"img": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>component=\"picture or img\"</code>"
}
}
}
| 5,591 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs | petrpan-code/mui/material-ui/docs/translations/api-docs/card/card.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"classes": { "description": "Override or extend the styles applied to the component." },
"raised": { "description": "If <code>true</code>, the card will use raised styling." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": { "root": { "description": "Styles applied to the root element." } }
}
| 5,592 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs | petrpan-code/mui/material-ui/docs/translations/api-docs/checkbox/checkbox.json | {
"componentDescription": "",
"propDescriptions": {
"checked": { "description": "If <code>true</code>, the component is checked." },
"checkedIcon": { "description": "The icon to display when the component is checked." },
"classes": { "description": "Override or extend the styles applied to the component." },
"color": {
"description": "The color of the component. It supports both default and custom theme colors, which can be added as shown in the <a href=\"https://mui.com/material-ui/customization/palette/#custom-colors\">palette customization guide</a>."
},
"defaultChecked": {
"description": "The default checked state. Use when the component is not controlled."
},
"disabled": { "description": "If <code>true</code>, the component is disabled." },
"disableRipple": { "description": "If <code>true</code>, the ripple effect is disabled." },
"icon": { "description": "The icon to display when the component is unchecked." },
"id": { "description": "The id of the <code>input</code> element." },
"indeterminate": {
"description": "If <code>true</code>, the component appears indeterminate. This does not set the native input element to indeterminate due to inconsistent behavior across browsers. However, we set a <code>data-indeterminate</code> attribute on the <code>input</code>."
},
"indeterminateIcon": {
"description": "The icon to display when the component is indeterminate."
},
"inputProps": {
"description": "<a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes\">Attributes</a> applied to the <code>input</code> element."
},
"inputRef": { "description": "Pass a ref to the <code>input</code> element." },
"onChange": {
"description": "Callback fired when the state is changed.",
"typeDescriptions": {
"event": "The event source of the callback. You can pull out the new checked state by accessing <code>event.target.checked</code> (boolean)."
}
},
"required": {
"description": "If <code>true</code>, the <code>input</code> element is required."
},
"size": {
"description": "The size of the component. <code>small</code> is equivalent to the dense checkbox styling."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"value": {
"description": "The value of the component. The DOM API casts this to a string. The browser uses "on" as the default value."
}
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"checked": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>checked={true}</code>"
},
"disabled": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>disabled={true}</code>"
},
"indeterminate": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>indeterminate={true}</code>"
},
"colorPrimary": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorSecondary": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"secondary\"</code>"
},
"sizeSmall": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"small\"</code>"
},
"sizeMedium": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"medium\"</code>"
}
}
}
| 5,593 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs | petrpan-code/mui/material-ui/docs/translations/api-docs/chip/chip.json | {
"componentDescription": "Chips represent complex entities in small blocks, such as a contact.",
"propDescriptions": {
"avatar": { "description": "The Avatar element to display." },
"children": {
"description": "This prop isn't supported. Use the <code>component</code> prop if you need to change the children structure."
},
"classes": { "description": "Override or extend the styles applied to the component." },
"clickable": {
"description": "If <code>true</code>, the chip will appear clickable, and will raise when pressed, even if the onClick prop is not defined. If <code>false</code>, the chip will not appear clickable, even if onClick prop is defined. This can be used, for example, along with the component prop to indicate an anchor Chip is clickable. Note: this controls the UI and does not affect the onClick event."
},
"color": {
"description": "The color of the component. It supports both default and custom theme colors, which can be added as shown in the <a href=\"https://mui.com/material-ui/customization/palette/#custom-colors\">palette customization guide</a>."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"deleteIcon": {
"description": "Override the default delete icon element. Shown only if <code>onDelete</code> is set."
},
"disabled": { "description": "If <code>true</code>, the component is disabled." },
"icon": { "description": "Icon element." },
"label": { "description": "The content of the component." },
"onDelete": {
"description": "Callback fired when the delete icon is clicked. If set, the delete icon will be shown."
},
"size": { "description": "The size of the component." },
"skipFocusWhenDisabled": {
"description": "If <code>true</code>, allows the disabled chip to escape focus. If <code>false</code>, allows the disabled chip to receive focus."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"variant": { "description": "The variant to use." }
},
"classDescriptions": {
"root": { "description": "Styles applied to the root element." },
"sizeSmall": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"small\"</code>"
},
"sizeMedium": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>size=\"medium\"</code>"
},
"colorError": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"error\"</code>"
},
"colorInfo": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"info\"</code>"
},
"colorPrimary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorSecondary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"secondary\"</code>"
},
"colorSuccess": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"disabled": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>disabled={true}</code>"
},
"clickable": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>onClick</code> is defined or <code>clickable={true}</code>"
},
"clickableColorPrimary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>onClick</code> and <code>color=\"primary\"</code> is defined or <code>clickable={true}</code>"
},
"clickableColorSecondary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>onClick</code> and <code>color=\"secondary\"</code> is defined or <code>clickable={true}</code>"
},
"deletable": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>onDelete</code> is defined"
},
"deletableColorPrimary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>onDelete</code> and <code>color=\"primary\"</code> is defined"
},
"deletableColorSecondary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>onDelete</code> and <code>color=\"secondary\"</code> is defined"
},
"outlined": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"filled": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"filled\"</code>"
},
"outlinedPrimary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code> and <code>color=\"primary\"</code>"
},
"outlinedSecondary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code> and <code>color=\"secondary\"</code>"
},
"filledPrimary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"filled\"</code> and <code>color=\"primary\"</code>"
},
"filledSecondary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"filled\"</code> and <code>color=\"secondary\"</code>"
},
"avatar": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the avatar element"
},
"avatarSmall": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the avatar element",
"conditions": "<code>size=\"small\"</code>"
},
"avatarMedium": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the avatar element",
"conditions": "<code>size=\"medium\"</code>"
},
"avatarColorPrimary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the avatar element",
"conditions": "<code>color=\"primary\"</code>"
},
"avatarColorSecondary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the avatar element",
"conditions": "<code>color=\"secondary\"</code>"
},
"icon": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the icon element" },
"iconSmall": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the icon element",
"conditions": "<code>size=\"small\"</code>"
},
"iconMedium": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the icon element",
"conditions": "<code>size=\"medium\"</code>"
},
"iconColorPrimary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the icon element",
"conditions": "<code>color=\"primary\"</code>"
},
"iconColorSecondary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the icon element",
"conditions": "<code>color=\"secondary\"</code>"
},
"label": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the label <code>span</code> element"
},
"labelSmall": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the label <code>span</code> element",
"conditions": "<code>size=\"small\"</code>"
},
"labelMedium": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the label <code>span</code> element",
"conditions": "<code>size=\"medium\"</code>"
},
"deleteIcon": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the deleteIcon element"
},
"deleteIconSmall": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the deleteIcon element",
"conditions": "<code>size=\"small\"</code>"
},
"deleteIconMedium": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the deleteIcon element",
"conditions": "<code>size=\"medium\"</code>"
},
"deleteIconColorPrimary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the deleteIcon element",
"conditions": "<code>color=\"primary\"</code> and <code>variant=\"filled\"</code>"
},
"deleteIconColorSecondary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the deleteIcon element",
"conditions": "<code>color=\"secondary\"</code> and <code>variant=\"filled\"</code>"
},
"deleteIconOutlinedColorPrimary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the deleteIcon element",
"conditions": "<code>color=\"primary\"</code> and <code>variant=\"outlined\"</code>"
},
"deleteIconOutlinedColorSecondary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the deleteIcon element",
"conditions": "<code>color=\"secondary\"</code> and <code>variant=\"outlined\"</code>"
},
"deleteIconFilledColorPrimary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the deleteIcon element",
"conditions": "<code>color=\"primary\"</code> and <code>variant=\"filled\"</code>"
},
"deleteIconFilledColorSecondary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the deleteIcon element",
"conditions": "<code>color=\"secondary\"</code> and <code>variant=\"filled\"</code>"
},
"focusVisible": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "keyboard focused"
}
}
}
| 5,594 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs | petrpan-code/mui/material-ui/docs/translations/api-docs/circular-progress/circular-progress.json | {
"componentDescription": "## ARIA\n\nIf the progress bar is describing the loading progress of a particular region of a page,\nyou should use `aria-describedby` to point to the progress bar, and set the `aria-busy`\nattribute to `true` on that region until it has finished loading.",
"propDescriptions": {
"classes": { "description": "Override or extend the styles applied to the component." },
"color": {
"description": "The color of the component. It supports both default and custom theme colors, which can be added as shown in the <a href=\"https://mui.com/material-ui/customization/palette/#custom-colors\">palette customization guide</a>."
},
"disableShrink": {
"description": "If <code>true</code>, the shrink animation is disabled. This only works if variant is <code>indeterminate</code>."
},
"size": {
"description": "The size of the component. If using a number, the pixel unit is assumed. If using a string, you need to provide the CSS unit, e.g. '3rem'."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"thickness": { "description": "The thickness of the circle." },
"value": {
"description": "The value of the progress indicator for the determinate variant. Value between 0 and 100."
},
"variant": {
"description": "The variant to use. Use indeterminate when there is no progress value."
}
},
"classDescriptions": {
"root": { "description": "Styles applied to the root element." },
"determinate": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"determinate\"</code>"
},
"indeterminate": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"indeterminate\"</code>"
},
"colorPrimary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorSecondary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"secondary\"</code>"
},
"svg": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the svg element" },
"circle": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the <code>circle</code> svg path"
},
"circleDeterminate": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the <code>circle</code> svg path",
"conditions": "<code>variant=\"determinate\"</code>"
},
"circleIndeterminate": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the <code>circle</code> svg path",
"conditions": "<code>variant=\"indeterminate\"</code>"
},
"circleDisableShrink": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the <code>circle</code> svg path",
"conditions": "<code>disableShrink={true}</code>"
}
}
}
| 5,595 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs | petrpan-code/mui/material-ui/docs/translations/api-docs/collapse/collapse.json | {
"componentDescription": "The Collapse transition is used by the\n[Vertical Stepper](/material-ui/react-stepper/#vertical-stepper) StepContent component.\nIt uses [react-transition-group](https://github.com/reactjs/react-transition-group) internally.",
"propDescriptions": {
"addEndListener": {
"description": "Add a custom transition end trigger. Called with the transitioning DOM node and a done callback. Allows for more fine grained transition end logic. Note: Timeouts are still used as a fallback if provided."
},
"children": { "description": "The content node to be collapsed." },
"classes": { "description": "Override or extend the styles applied to the component." },
"collapsedSize": {
"description": "The width (horizontal) or height (vertical) of the container when collapsed."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component.",
"requiresRef": true
},
"easing": {
"description": "The transition timing function. You may specify a single easing or a object containing enter and exit values."
},
"in": { "description": "If <code>true</code>, the component will transition in." },
"orientation": { "description": "The transition orientation." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"timeout": {
"description": "The duration for the transition, in milliseconds. You may specify a single timeout for all transitions, or individually with an object.<br>Set to 'auto' to automatically calculate transition time based on height."
}
},
"classDescriptions": {
"root": { "description": "Styles applied to the root element." },
"horizontal": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"horizontal\"</code>"
},
"entered": {
"description": "Styles applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "the transition has entered"
},
"hidden": {
"description": "Styles applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "the transition has exited and <code>collapsedSize</code> = 0px"
},
"wrapper": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the outer wrapper element"
},
"wrapperInner": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the inner wrapper element"
}
}
}
| 5,596 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs | petrpan-code/mui/material-ui/docs/translations/api-docs/container/container.json | {
"componentDescription": "",
"propDescriptions": {
"classes": { "description": "Override or extend the styles applied to the component." },
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"disableGutters": {
"description": "If <code>true</code>, the left and right padding is removed."
},
"fixed": {
"description": "Set the max-width to match the min-width of the current breakpoint. This is useful if you'd prefer to design for a fixed set of sizes instead of trying to accommodate a fully fluid viewport. It's fluid by default."
},
"maxWidth": {
"description": "Determine the max-width of the container. The container width grows with the size of the screen. Set to <code>false</code> to disable <code>maxWidth</code>."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": {
"root": { "description": "Styles applied to the root element." },
"disableGutters": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>disableGutters={true}</code>"
},
"fixed": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>fixed={true}</code>"
},
"maxWidthXs": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>maxWidth=\"xs\"</code>"
},
"maxWidthSm": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>maxWidth=\"sm\"</code>"
},
"maxWidthMd": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>maxWidth=\"md\"</code>"
},
"maxWidthLg": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>maxWidth=\"lg\"</code>"
},
"maxWidthXl": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>maxWidth=\"xl\"</code>"
}
}
}
| 5,597 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs | petrpan-code/mui/material-ui/docs/translations/api-docs/css-baseline/css-baseline.json | {
"componentDescription": "Kickstart an elegant, consistent, and simple baseline to build upon.",
"propDescriptions": {
"children": { "description": "You can wrap a node." },
"enableColorScheme": {
"description": "Enable <code>color-scheme</code> CSS property to use <code>theme.palette.mode</code>. For more details, check out <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/color-scheme\">https://developer.mozilla.org/en-US/docs/Web/CSS/color-scheme</a> For browser support, check out <a href=\"https://caniuse.com/?search=color-scheme\">https://caniuse.com/?search=color-scheme</a>"
}
},
"classDescriptions": {}
}
| 5,598 |
0 | petrpan-code/mui/material-ui/docs/translations/api-docs | petrpan-code/mui/material-ui/docs/translations/api-docs/dialog-actions/dialog-actions.json | {
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"classes": { "description": "Override or extend the styles applied to the component." },
"disableSpacing": {
"description": "If <code>true</code>, the actions do not have additional margin."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": {
"root": { "description": "Styles applied to the root element." },
"spacing": {
"description": "Styles applied to {{nodeName}} unless {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>disableSpacing={true}</code>"
}
}
}
| 5,599 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.