0.1.0 • Published 4 years ago

babel-plugin-react-emoji-a11y v0.1.0

Weekly downloads
4
License
ISC
Repository
-
Last release
4 years ago

babel-plugin-react-emoji-a11y

A heavy-handed babel plugin for React that forces your emojis to be accessible by wrapping them in <span role="img" aria-label="{label}">. The goal is that developers will be warned where their code isn't accessible (so that they can fix it), while also forcing the code to be accessible behind the scenes.

How to use

(coming)