react-sidenav icon indicating copy to clipboard operation
react-sidenav copied to clipboard

Add more navigation levels

Open ismatob opened this issue 6 years ago • 5 comments

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

ismatob avatar Sep 05 '19 09:09 ismatob

I'm using this template in my project. How to resize 'content' when sidenav open?

arturbp avatar Sep 11 '19 14:09 arturbp

Can you show how implement the 3 level ?

ismatob avatar Sep 18 '19 10:09 ismatob

@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

roth1002 avatar Nov 04 '19 09:11 roth1002

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

reshmiagarwal avatar Feb 05 '21 07:02 reshmiagarwal

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!

SuppSoftAdminZ avatar Mar 03 '21 21:03 SuppSoftAdminZ