Skip to content

Instantly share code, notes, and snippets.

@Lelith
Last active May 7, 2021 07:49
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 Lelith/28a4f43298ed0607d6e84b017c54b1e7 to your computer and use it in GitHub Desktop.
Save Lelith/28a4f43298ed0607d6e84b017c54b1e7 to your computer and use it in GitHub Desktop.
acccessible divs
// by adding appropriate aria-role the element becomes accessible.
<div tabindex="0" role="button" onClick={action('clicked')}>accessible clickable div</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment