DEV Community

Discussion on: Bulma Navbar Toogle with React Hooks

Collapse
 
kittenlogic profile image
Emily Martinez

Awesome! Thank you, was super easy to follow. Also wanted to note, that this works with react-bulma-components too, tho Idk if it's improper to muddy up <Navbar.Menu> with

<Navbar.Menu className={`navbar-menu ${isActive ? 'is-active' : ''}`} >
Enter fullscreen mode Exit fullscreen mode

I'm pretty new to React, so still using old tricks lol.