0.0.6 • Published 1 year ago

esn-luxury-mega-menu v0.0.6

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

#ANGULAR # esn-luxury-mega-menu

Angular Mega Menu

---------------------INSTALLATION

 npm i esn-luxury-mega-menu --force

 import { EsnLuxuryMegaMenuModule } from 'esn-luxury-mega-menu';
    

---------------------Demo

    https://stackblitz.com/edit/esn-luxury-mega-menus

https://esn-luxury-mega-menus.stackblitz.io

---------------------Usage

--------------------TS

data = {
    bg: '#111',
    menuBg:'#995511',
    color:'#fff',
    baseUrl:'https://www.burjcrown.com/drm/tst/',
    menu:
    [
        {
        New: [
            'tablet',
            'labtop']

        },
        {
        Brands: [
            'samsung',
            'panasonic',
            'motorola',
            'sony',
        ]
        },
        {
        Clothes: [
            'shoe',
            'cloth',]
        },
        {
        Electronics: [
            'watch',
            'modem',]
        }
  ]
}


    result(res) {
        alert(res)
    }

--------------------HTML

        <esn-luxury-mega-menu
        [data]="data"
        (result)="result($event)"></esn-luxury-mega-menu>
0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago