Skip to content

Instantly share code, notes, and snippets.

@marshallmurphy
Created April 27, 2020 11:53
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/3527bb349f0cba4fd4eb509dbad09ef0 to your computer and use it in GitHub Desktop.
Save marshallmurphy/3527bb349f0cba4fd4eb509dbad09ef0 to your computer and use it in GitHub Desktop.
<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}>Item C</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment