how to create 2 different sidemenu and navigate between them juste like the pictures
Have you seen this answer on stackoverflow?
p.s.: jâaime bien le design des tes screenshots, sobre
merci Richard
moi je veux mettre les 2 menu du meme coté comme je peux faire des navigation dans mon menu
I think you could still follow the path displayed in the stackoverflow issue, maybe just playing with `this.menu.enable(true/false, âmenu1/menu2â) and this.menu.open or close (something like that) may do the tricks?
If it doesnât work, you may have to do a custom development I thinkâŠwhat you want to achieve is like a submenu in a menu which actually take the all space of the calling menuâŠas far as I know thatâs not the default behavior, but maybe someone have a better idea?
Love the style⊠Dou you have that css in github?
tkx a lot richard i did the same code but in the same side and i opoen the second one without clousing the first one
- openMenu(evt) {
if(evt === âmainâ){
this.menu.enable(true, âmenu1â);
}else{
this.menu.enable(true, âmenu2â);
}
this.menu.toggle();
}
sorry itâs something that i create with Photoshop itâs not coded yet