Skip to content

Instantly share code, notes, and snippets.

@johnnykoo84
Created April 17, 2019 14:54
Show Gist options
  • Save johnnykoo84/10b74671605b25b248d83b2524803a33 to your computer and use it in GitHub Desktop.
Save johnnykoo84/10b74671605b25b248d83b2524803a33 to your computer and use it in GitHub Desktop.
<button
className={`btn ${btnClassName} btn-block`}
onMouseEnter={() => changeCurrentCategory(category.name)}
>
{category.name}
</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment