Skip to content
Snippets Groups Projects
readme.md 1.77 KiB
Newer Older
  • Learn to ignore specific revisions
  • | Property                  | Attribute                    | Description | Type      | Default     |
    | ------------------------- | ---------------------------- | ----------- | --------- | ----------- |
    | `dataMenuDonate`          | `data-menu-donate`           |             | `string`  | `undefined` |
    | `dataMenuLanguage`        | `data-menu-language`         |             | `string`  | `undefined` |
    | `isDemo`                  | `is-demo`                    |             | `boolean` | `false`     |
    | `logoLabel`               | `logo-label`                 |             | `string`  | `undefined` |
    | `logoUrl`                 | `logo-url`                   |             | `string`  | `undefined` |
    | `menuButtonSubmenuExpand` | `menu-button-submenu-expand` |             | `string`  | `undefined` |
    
    Ekaterina Kondareva's avatar
    Ekaterina Kondareva committed
    | `menuType`                | `menu-type`                  |             | `string`  | `'desktop'` |
    
    
    ## Events
    
    | Event                  | Description | Type               |
    | ---------------------- | ----------- | ------------------ |
    | `menuContainerToggled` |             | `CustomEvent<any>` |
    
    ## Dependencies
    
    ### Depends on
    
    
    - [hy-site-logo](../../site-header/site-logo)
    - [hy-menu-language](../menu-language)
    
    - [hy-menu-mobile-breadcrumb](../menu-mobile-breadcrumb)
    
    ### Graph
    
      hy-menu --> hy-site-logo
      hy-menu --> hy-menu-language
      hy-menu --> hy-menu-mobile-breadcrumb
      hy-site-logo --> hy-icon
      hy-menu-language --> hy-menu-language-item
      hy-menu-language --> hy-icon
    
      style hy-menu fill:#f9f,stroke:#333,stroke-width:4px