Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
87 lines
2.7 KiB
JSON
87 lines
2.7 KiB
JSON
{
|
|
"props": {
|
|
"children": { "type": { "name": "node" } },
|
|
"component": { "type": { "name": "elementType" } },
|
|
"inset": {
|
|
"type": {
|
|
"name": "union",
|
|
"description": "'context'<br>| 'gutter'<br>| 'startDecorator'<br>| 'startContent'<br>| string"
|
|
},
|
|
"default": "'context'"
|
|
},
|
|
"orientation": {
|
|
"type": { "name": "enum", "description": "'horizontal'<br>| 'vertical'" },
|
|
"default": "'horizontal'"
|
|
},
|
|
"slotProps": {
|
|
"type": { "name": "shape", "description": "{ root?: func<br>| object }" },
|
|
"default": "{}"
|
|
},
|
|
"slots": {
|
|
"type": { "name": "shape", "description": "{ root?: elementType }" },
|
|
"default": "{}",
|
|
"additionalInfo": { "slotsApi": true }
|
|
},
|
|
"sx": {
|
|
"type": {
|
|
"name": "union",
|
|
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
|
|
},
|
|
"additionalInfo": { "sx": true }
|
|
}
|
|
},
|
|
"name": "ListDivider",
|
|
"imports": [
|
|
"import ListDivider from '@mui/joy/ListDivider';",
|
|
"import { ListDivider } from '@mui/joy';"
|
|
],
|
|
"slots": [
|
|
{
|
|
"name": "root",
|
|
"description": "The component that renders the root.",
|
|
"default": "'li'",
|
|
"class": "MuiListDivider-root"
|
|
}
|
|
],
|
|
"classes": [
|
|
{
|
|
"key": "horizontal",
|
|
"className": "MuiListDivider-horizontal",
|
|
"description": "Class name applied to the root element if `orientation=\"horizontal\"`.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "insetGutter",
|
|
"className": "MuiListDivider-insetGutter",
|
|
"description": "Class name applied to the root element if `inset=\"gutter\"`.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "insetStartContent",
|
|
"className": "MuiListDivider-insetStartContent",
|
|
"description": "Class name applied to the root element if `inset=\"startContent\"`.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "insetStartDecorator",
|
|
"className": "MuiListDivider-insetStartDecorator",
|
|
"description": "Class name applied to the root element if `inset=\"startDecorator\"`.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "vertical",
|
|
"className": "MuiListDivider-vertical",
|
|
"description": "Class name applied to the root element if `orientation=\"vertical\"`.",
|
|
"isGlobal": false
|
|
}
|
|
],
|
|
"spread": true,
|
|
"themeDefaultProps": true,
|
|
"muiName": "JoyListDivider",
|
|
"forwardsRefTo": "HTMLLIElement",
|
|
"filename": "/packages/mui-joy/src/ListDivider/ListDivider.tsx",
|
|
"inheritance": null,
|
|
"demos": "<ul><li><a href=\"/joy-ui/react-list/\">Lists</a></li></ul>",
|
|
"cssComponent": false
|
|
}
|