sebaferreras / Ionic3-MultiLevelSideMenu

Ionic 3 demo of a two-level side menu.
MIT License
136 stars 55 forks source link

How we can do subMenu with submenu? #15

Closed pranitaTp closed 7 years ago

pranitaTp commented 7 years ago

Home Menu2 ---submenu1 ---submenu2 [---subsubmenu1] Menu3

How can we do that?

sebaferreras commented 7 years ago

I'm afraid that just like you can see in the first lines of the README.md file,

Ionic 2/3 demo of a two-level side menu. The component currently supports only two levels of items. If more levels are needed, maybe using tabs layout for the other levels would be a better approach

that's not currently supported by this component. It may be added in the future but it's not the priority at the moment. Thanks :)