negomi / react-burger-menu

:hamburger: An off-canvas sidebar component with a collection of effects and styles using CSS transitions and SVG path animations
http://negomi.github.io/react-burger-menu/
MIT License
5.05k stars 586 forks source link

Multi-level menu? #436

Closed QuanDev2 closed 3 years ago

QuanDev2 commented 3 years ago

Hi. Thanks for the library. It's very nice and easy to use. However, I can't find a way to implement a 2-level sliding menu. I have a main menu, and if user clicks on a menu item, I want another menu to slide in on top of the main menu. Can you show me how to do that? Thanks again.

negomi commented 3 years ago

Hi @QuanDev2, I'm not sure if this is exactly what you mean, but this question about submenus might be relevant: https://github.com/negomi/react-burger-menu/issues/397