# 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
```
