Add more navigation levels
How can be added new navigation levels on navmenu? I try to add newone like second level navigation but not show it...
i want something like
-MENU1 --SUBMENU1.1 --SUBMENU1.2 -MENU2 --SUBMENU2.1 --SUBMENU2.2 --SUBSUBMENU2.2.1 --SUBSUBMENU2.2.2
I'm using this template in my project. How to resize 'content' when sidenav open?
Can you show how implement the 3 level ?
@arturbp
We have no idea here
now we use css to apply your request
https://github.com/trendmicro-frontend/react-sidenav/blob/master/examples/Default/index.jsx#L67
https://github.com/trendmicro-frontend/react-sidenav/blob/master/examples/Default/index.jsx#L14
How can be added new navigation levels on navmenu? I try to add newone like second level navigation but not show it...
i want something like
-MENU1 --SUBMENU1.1 --SUBMENU1.2 -MENU2 --SUBMENU2.1 --SUBMENU2.2 --SUBSUBMENU2.2.1 --SUBSUBMENU2.2.2
Can we please give us the example how to implement a subnav inside a subnav using this component
Any updates to this request? Specifically @reshmiagarwal request?
We are also looking at needing a 3rd level. We successfully use 2 levels very well. But now need something like this: -Menu1 --Menu1.1 --Menu1.1.1 --Menu1.2 --Menu1.3 --Menu1.3.1
Thanks!