Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# site-header
<!-- Auto Generated Below -->
## Properties
| Property | Attribute | Description | Type | Default |
| ------------------- | --------------------- | ----------- | -------- | ----------- |
| `dataMenuDonate` | `data-menu-donate` | | `string` | `undefined` |
| `dataMenuLanguage` | `data-menu-language` | | `string` | `undefined` |
| `logoLabel` | `logo-label` | | `string` | `undefined` |
| `logoUrl` | `logo-url` | | `string` | `undefined` |
| `menuButtonLabel` | `menu-button-label` | | `string` | `undefined` |
| `menuType` | `menu-type` | | `string` | `undefined` |
| `searchButtonLabel` | `search-button-label` | | `string` | `undefined` |
## Dependencies
### Depends on
- [hy-site-logo](site-logo)
- [hy-site-search](site-search)
- [hy-icon](../icon)
- [hy-menu-language](../navigation/menu-language)
### Graph
```mermaid
graph TD;
hy-site-header --> hy-site-logo
hy-site-header --> hy-site-search
hy-site-header --> hy-icon
hy-site-header --> hy-menu-language
hy-site-logo --> hy-icon
hy-site-search --> hy-icon
hy-menu-language --> hy-menu-language-item
hy-menu-language --> hy-icon
style hy-site-header fill:#f9f,stroke:#333,stroke-width:4px
```
---
Helsinki University Design System