Skip to content

Instantly share code, notes, and snippets.

@BlazerYoo
Created June 20, 2021 19:23
Show Gist options
  • Save BlazerYoo/e8b9fce16b7b7eb0d334ad426c91f6f1 to your computer and use it in GitHub Desktop.
Save BlazerYoo/e8b9fce16b7b7eb0d334ad426c91f6f1 to your computer and use it in GitHub Desktop.
Activate Bulma navbar burger
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample"
onclick="document.querySelector('.navbar-menu').classList.toggle('is-active');document.querySelector('.navbar-burger').classList.toggle('is-active');">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment