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

Is it possible to have burger menu inside navbar #414

Closed wrushasendakhane closed 3 years ago

wrushasendakhane commented 4 years ago

I am trying to have navbar inside react-bootstrap Navbar component

negomi commented 3 years ago

Hey @wrushasendakhane,

Yes this is possible, but you probably want to trigger the menu from a custom button, and not place the entire menu inside the nav bar.

To do this, you can use a custom icon and control the menu state with the isOpen prop.