@mozaic-ds/vue
Version:
Mozaic-Vue is the Vue.js implementation of ADEO Design system
32 lines (22 loc) • 868 B
Markdown
# MSidebarHeader
SidebarHeader is a component that renders the header of a sidebar, displaying a logo and a main title.
## Props
| Name | Description | Type | Default |
| --- | --- | --- | --- |
| `title*` | The main title text displayed in the sidebar header. | `string` | - |
| `logo*` | URL of the logo image displayed in the sidebar header. | `string` | - |
## Dependencies
### Used By
- [DefaultCase.stories](../sidebar/stories)
- [WithExpandOnly.stories](../sidebar/stories)
- [WithProfileInfoOnly.stories](../sidebar/stories)
- [WithSingleLevel.stories](../sidebar/stories)
### Graph
```mermaid
graph TD;
DefaultCase.stories --> MSidebarHeader
WithExpandOnly.stories --> MSidebarHeader
WithProfileInfoOnly.stories --> MSidebarHeader
WithSingleLevel.stories --> MSidebarHeader
style MSidebarHeader fill:#008240,stroke:#333,stroke-width:4px
```