122 lines
3.9 KiB
JSON
122 lines
3.9 KiB
JSON
|
|
{
|
||
|
|
"props": {
|
||
|
|
"children": { "type": { "name": "node" } },
|
||
|
|
"color": {
|
||
|
|
"type": {
|
||
|
|
"name": "union",
|
||
|
|
"description": "'danger'<br>| 'neutral'<br>| 'primary'<br>| 'success'<br>| 'warning'<br>| string"
|
||
|
|
},
|
||
|
|
"default": "'neutral'",
|
||
|
|
"additionalInfo": { "joy-color": true }
|
||
|
|
},
|
||
|
|
"component": { "type": { "name": "elementType" } },
|
||
|
|
"slotProps": {
|
||
|
|
"type": { "name": "shape", "description": "{ root?: func<br>| object }" },
|
||
|
|
"default": "{}"
|
||
|
|
},
|
||
|
|
"slots": {
|
||
|
|
"type": { "name": "shape", "description": "{ root?: elementType }" },
|
||
|
|
"default": "{}",
|
||
|
|
"additionalInfo": { "slotsApi": true }
|
||
|
|
},
|
||
|
|
"sx": {
|
||
|
|
"type": {
|
||
|
|
"name": "union",
|
||
|
|
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
|
||
|
|
},
|
||
|
|
"additionalInfo": { "sx": true }
|
||
|
|
},
|
||
|
|
"variant": {
|
||
|
|
"type": {
|
||
|
|
"name": "union",
|
||
|
|
"description": "'outlined'<br>| 'plain'<br>| 'soft'<br>| 'solid'<br>| string"
|
||
|
|
},
|
||
|
|
"default": "'plain'",
|
||
|
|
"additionalInfo": { "joy-variant": true }
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"name": "CardOverflow",
|
||
|
|
"imports": [
|
||
|
|
"import CardOverflow from '@mui/joy/CardOverflow';",
|
||
|
|
"import { CardOverflow } from '@mui/joy';"
|
||
|
|
],
|
||
|
|
"slots": [
|
||
|
|
{
|
||
|
|
"name": "root",
|
||
|
|
"description": "The component that renders the root.",
|
||
|
|
"default": "'div'",
|
||
|
|
"class": "MuiCardOverflow-root"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"classes": [
|
||
|
|
{
|
||
|
|
"key": "colorContext",
|
||
|
|
"className": "MuiCardOverflow-colorContext",
|
||
|
|
"description": "Class name applied to the root element when color inversion is triggered.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "colorDanger",
|
||
|
|
"className": "MuiCardOverflow-colorDanger",
|
||
|
|
"description": "Class name applied to the root element if `color=\"danger\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "colorNeutral",
|
||
|
|
"className": "MuiCardOverflow-colorNeutral",
|
||
|
|
"description": "Class name applied to the root element if `color=\"neutral\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "colorPrimary",
|
||
|
|
"className": "MuiCardOverflow-colorPrimary",
|
||
|
|
"description": "Class name applied to the root element if `color=\"primary\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "colorSuccess",
|
||
|
|
"className": "MuiCardOverflow-colorSuccess",
|
||
|
|
"description": "Class name applied to the root element if `color=\"success\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "colorWarning",
|
||
|
|
"className": "MuiCardOverflow-colorWarning",
|
||
|
|
"description": "Class name applied to the root element if `color=\"warning\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "variantOutlined",
|
||
|
|
"className": "MuiCardOverflow-variantOutlined",
|
||
|
|
"description": "Class name applied to the root element if `variant=\"outlined\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "variantPlain",
|
||
|
|
"className": "MuiCardOverflow-variantPlain",
|
||
|
|
"description": "Class name applied to the root element if `variant=\"plain\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "variantSoft",
|
||
|
|
"className": "MuiCardOverflow-variantSoft",
|
||
|
|
"description": "Class name applied to the root element if `variant=\"soft\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "variantSolid",
|
||
|
|
"className": "MuiCardOverflow-variantSolid",
|
||
|
|
"description": "Class name applied to the root element if `variant=\"solid\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"spread": true,
|
||
|
|
"themeDefaultProps": true,
|
||
|
|
"muiName": "JoyCardOverflow",
|
||
|
|
"forwardsRefTo": "HTMLDivElement",
|
||
|
|
"filename": "/packages/mui-joy/src/CardOverflow/CardOverflow.tsx",
|
||
|
|
"inheritance": null,
|
||
|
|
"demos": "<ul><li><a href=\"/joy-ui/react-card/\">Card</a></li></ul>",
|
||
|
|
"cssComponent": false
|
||
|
|
}
|