react-responsive-navbar
react-responsive-navbar copied to clipboard
Nothing crazy, nothing flashy, just a simple, flexible & completely customisable responsive navigation bar component.
Bumps [css-what](https://github.com/fb55/css-what) from 2.1.0 to 6.1.0. Release notes Sourced from css-what's releases. v6.1.0 feat: Support pseudo elements with data (#762) 3be227a https://github.com/fb55/css-what/compare/v6.0.1...v6.1.0 v6.0.1 Fix parsing column combinators after tag names...
Thanks for making this simple component! I thought I would update it to use React Hooks. Thanks again!
How can we close the menu automatically when a menu item is clicked?
With this code: ```js return ( ) ``` It still shows the bars, even when the menu is open. What gives?