Skip to content
Snippets Groups Projects
readme.md 1.77 KiB
Newer Older
  • Learn to ignore specific revisions
  • # site-logo
    
    <!-- Auto Generated Below -->
    
    ## Properties
    
    
    druid's avatar
    druid committed
    | Property  | Attribute  | Description | Type                                                           | Default                |
    | --------- | ---------- | ----------- | -------------------------------------------------------------- | ---------------------- |
    | `color`   | `color`    |             | `ColorVariant.black \| ColorVariant.white`                     | `ColorVariant.black`   |
    | `isGroup` | `is-group` |             | `boolean`                                                      | `false`                |
    | `label`   | `label`    |             | `string`                                                       | `undefined`            |
    | `size`    | `size`     |             | `SiteLogoSize.big \| SiteLogoSize.large \| SiteLogoSize.small` | `SiteLogoSize.big`     |
    | `type`    | `type`     |             | `FooterVariant.footer \| FooterVariant.header`                 | `FooterVariant.header` |
    | `url`     | `url`      |             | `string`                                                       | `undefined`            |
    
    
    ## Dependencies
    
    ### Used by
    
    
    Tuukka Turu's avatar
    Tuukka Turu committed
    - [hy-footer-base](../../footer/hy-footer-base)
    
    - [hy-menu](../../navigation/menu)
    
    - [hy-menu-main-group](../../navigation/hy-menu-main-group)
    
    - [hy-menu-sidebar](../../navigation/menu-sidebar)
    
    - [hy-site-header](..)
    
    - [hy-user-login-form](../../hy-user-login-form)
    
    
    ### Depends on
    
    - [hy-icon](../../icon)
    
    ### Graph
    
    ```mermaid
    graph TD;
      hy-site-logo --> hy-icon
    
    Tuukka Turu's avatar
    Tuukka Turu committed
      hy-footer-base --> hy-site-logo
    
      hy-menu --> hy-site-logo
    
      hy-menu-main-group --> hy-site-logo
    
      hy-site-header --> hy-site-logo
    
      hy-user-login-form --> hy-site-logo
    
      style hy-site-logo fill:#f9f,stroke:#333,stroke-width:4px
    ```
    
    ---
    
    Helsinki University Design System