# _MSidebarFooterMenu



## Props

| Name | Description | Type | Default |
| --- | --- | --- | --- | 
| `expanded*` | - | `boolean` | - |
| `logOutLabel*` | - | `string` | - |
| `onListboxKeydown*` | - | `(event: KeyboardEvent) => void` | - |
| `hideFloatingItem*` | - | `() => void` | - |

## Slots

| Name | Description |
| --- | --- |
| `default` | - |

## Events

| Name | Description | Type |
| --- | --- | --- |
| `log-out` | - | `[]` |

## Dependencies

### Depends on

- [MDivider](../divider)
- [MSidebarNavItem](../sidebarnavitem)

### Graph

```mermaid
graph TD;
  _MSidebarFooterMenu --> MDivider
  _MSidebarFooterMenu --> MSidebarNavItem
style _MSidebarFooterMenu fill:#008240,stroke:#333,stroke-width:4px
```

### Used By

- [MSidebarFooter]()

### Graph

```mermaid
graph TD;
  MSidebarFooter --> _MSidebarFooterMenu
style _MSidebarFooterMenu fill:#008240,stroke:#333,stroke-width:4px
```
