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
# site-logo
<!-- Auto Generated Below -->
## Properties
| Property | Attribute | Description | Type | Default |
| ---------------- | ------------------ | ----------- | --------- | ----------- |
| `color` | `color` | | `string` | `'white'` |
| `label` | `label` | | `string` | `undefined` |
| `menuIsExpanded` | `menu-is-expanded` | | `boolean` | `false` |
| `menuType` | `menu-type` | | `string` | `undefined` |
| `url` | `url` | | `string` | `undefined` |
## Dependencies
### Used by
- [hy-menu](../../navigation/menu)
- [hy-site-header](..)
### Depends on
- [hy-icon](../../icon)
### Graph
```mermaid
graph TD;
hy-site-logo --> hy-icon
hy-menu --> hy-site-logo
hy-site-header --> hy-site-logo
style hy-site-logo fill:#f9f,stroke:#333,stroke-width:4px
```
---
Helsinki University Design System