{ "props": { "action": { "type": { "name": "union", "description": "func
| { current?: { focusVisible: func } }" } }, "autoFocus": { "type": { "name": "bool" }, "default": "false" }, "children": { "type": { "name": "node" } }, "color": { "type": { "name": "union", "description": "'danger'
| 'neutral'
| 'primary'
| 'success'
| 'warning'
| string" }, "default": "'neutral'", "additionalInfo": { "joy-color": true } }, "component": { "type": { "name": "elementType" } }, "disabled": { "type": { "name": "bool" }, "default": "false" }, "focusVisibleClassName": { "type": { "name": "string" } }, "orientation": { "type": { "name": "enum", "description": "'horizontal'
| 'vertical'" }, "default": "'horizontal'" }, "selected": { "type": { "name": "bool" }, "default": "false" }, "slotProps": { "type": { "name": "shape", "description": "{ root?: func
| object }" }, "default": "{}" }, "slots": { "type": { "name": "shape", "description": "{ root?: elementType }" }, "default": "{}", "additionalInfo": { "slotsApi": true } }, "sx": { "type": { "name": "union", "description": "Array<func
| object
| bool>
| func
| object" }, "additionalInfo": { "sx": true } }, "variant": { "type": { "name": "union", "description": "'outlined'
| 'plain'
| 'soft'
| 'solid'
| string" }, "default": "'plain'", "additionalInfo": { "joy-variant": true } } }, "name": "ListItemButton", "imports": [ "import ListItemButton from '@mui/joy/ListItemButton';", "import { ListItemButton } from '@mui/joy';" ], "slots": [ { "name": "root", "description": "The component that renders the root.", "default": "'div'", "class": "MuiListItemButton-root" } ], "classes": [ { "key": "colorContext", "className": "MuiListItemButton-colorContext", "description": "Class name applied to the root element if `color=\"context\"`.", "isGlobal": false }, { "key": "colorDanger", "className": "MuiListItemButton-colorDanger", "description": "Class name applied to the root element if `color=\"danger\"`.", "isGlobal": false }, { "key": "colorNeutral", "className": "MuiListItemButton-colorNeutral", "description": "Class name applied to the root element if `color=\"neutral\"`.", "isGlobal": false }, { "key": "colorPrimary", "className": "MuiListItemButton-colorPrimary", "description": "Class name applied to the root element if `color=\"primary\"`.", "isGlobal": false }, { "key": "colorSuccess", "className": "MuiListItemButton-colorSuccess", "description": "Class name applied to the root element if `color=\"success\"`.", "isGlobal": false }, { "key": "colorWarning", "className": "MuiListItemButton-colorWarning", "description": "Class name applied to the root element if `color=\"warning\"`.", "isGlobal": false }, { "key": "disabled", "className": "Mui-disabled", "description": "State class applied to the inner `component` element if `disabled={true}`.", "isGlobal": true }, { "key": "focusVisible", "className": "Mui-focusVisible", "description": "State class applied to the `component`'s `focusVisibleClassName` prop.", "isGlobal": true }, { "key": "horizontal", "className": "MuiListItemButton-horizontal", "description": "Class name applied to the root element, if `orientation=\"horizontal\"`.", "isGlobal": false }, { "key": "selected", "className": "Mui-selected", "description": "State class applied to the root element if `selected={true}`.", "isGlobal": true }, { "key": "variantOutlined", "className": "MuiListItemButton-variantOutlined", "description": "State class applied to the root element if `variant=\"outlined\"`.", "isGlobal": false }, { "key": "variantPlain", "className": "MuiListItemButton-variantPlain", "description": "State class applied to the root element if `variant=\"plain\"`.", "isGlobal": false }, { "key": "variantSoft", "className": "MuiListItemButton-variantSoft", "description": "State class applied to the root element if `variant=\"soft\"`.", "isGlobal": false }, { "key": "variantSolid", "className": "MuiListItemButton-variantSolid", "description": "State class applied to the root element if `variant=\"solid\"`.", "isGlobal": false }, { "key": "vertical", "className": "MuiListItemButton-vertical", "description": "Class name applied to the root element, if `orientation=\"vertical\"`.", "isGlobal": false } ], "spread": true, "themeDefaultProps": true, "muiName": "JoyListItemButton", "forwardsRefTo": "HTMLDivElement", "filename": "/packages/mui-joy/src/ListItemButton/ListItemButton.tsx", "inheritance": null, "demos": "", "cssComponent": false }