Ionic 2 side menu for both side

Hi,

Please help me for adding side menu both side in ionic 2.

Much appreciate your help.

Thanks.
Pal

Checkout this repo: https://github.com/DaniloPolani/bug_sidemenus_ionic

I uploaded it to report a bug, it has both side menus.

There’s not a whole lot to it.

<ion-menu [content]="mycontent"></ion-menu>

<ion-nav #mycontent [root]="rootPage"></ion-nav>

<ion-menu [content]="mycontent" side="right"></ion-menu>

1 Like

Awesome.

Thanks for your help!!!

How to make side menu both side with deffer width ?
I am doing with sass variable . but its affecting both side menu.
$menu-width: 50px;
$menu-small-width:$menu-width - 40px;

I need like this.
left side:
image
right side: