UNPKG

@mozaic-ds/vue

Version:

Mozaic-Vue is the Vue.js implementation of ADEO Design system

53 lines (35 loc) 904 B
# _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 ```