visualint
v0.0.1
Published
Visually lint your React app for common accessibility blunders
Downloads
5
Maintainers
Readme
VisuaLint 👀
Visually lint your React app for common accessibility blunders
AltCheck
Adds a red border around images that do not have an alt
tag
Example
import {AltCheck} from 'visualint'
// wrap your whole app, or just the components you want to verify against
<AltCheck>
<App />
</AltCheck>