Skip to content

Instantly share code, notes, and snippets.

@marshallmurphy
Created April 27, 2020 12:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marshallmurphy/18f2ae459a0e595d573983d04c83526d to your computer and use it in GitHub Desktop.
Save marshallmurphy/18f2ae459a0e595d573983d04c83526d to your computer and use it in GitHub Desktop.
{active && (
<div className={styles.menu}>
<div tabIndex='0' className={styles.menuItem}>Item A</div>
<div tabIndex='0' className={styles.menuItem}>Item B</div>
<div tabIndex='0' className={styles.menuItem} onKeyDown={e => closeMenu(e)}>Item C</div>
</div>
)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment