Skip to content
Snippets Groups Projects
readme.md 897 B
Newer Older
  • Learn to ignore specific revisions
  • | Property   | Attribute   | Description | Type      | Default     |
    | ---------- | ----------- | ----------- | --------- | ----------- |
    | `menuType` | `menu-type` |             | `string`  | `'desktop'` |
    | `open`     | `open`      |             | `boolean` | `true`      |
    
    
    
    ## Events
    
    | Event                  | Description | Type               |
    | ---------------------- | ----------- | ------------------ |
    | `menuContainerToggled` |             | `CustomEvent<any>` |
    
    
    ## Dependencies
    
    ### Depends on
    
    - [hy-menu-mobile-breadcrumb](../menu-mobile-breadcrumb)
    
    ### Graph
    ```mermaid
    graph TD;
      hy-menu-mobile --> hy-menu-mobile-breadcrumb
      hy-menu-mobile-breadcrumb --> hy-icon
      style hy-menu-mobile fill:#f9f,stroke:#333,stroke-width:4px
    ```
    
    
    ----------------------------------------------