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.04k stars 582 forks source link

Slidemenu #365

Closed diedel closed 4 years ago

diedel commented 4 years ago

Hi,

Is it possible to implement a slidemenu or multiple page menu using react-burger-menu?

See as example https://www.primefaces.org/primereact/showcase/#/slidemenu, but with multiple back buttons to navigate to any of the previous pages.

negomi commented 4 years ago

Hi @diedel, definitely possible, just not natively.

react-burger-menu just provides a container you can put anything you like in, so if you built a component that had multiple pages of items and a back button like that, you could render it inside react-burger menu 🙂