a11y-outline
v0.0.0-beta.2
Published
Remove outline CSS styles when user clicks focusable HTML element
Downloads
3
Readme
a11y-outline
Remove outline CSS styles when user clicks focusable HTML element
Install
npm
npm i a11y-outline --save
Yarn
yarn add a11y-outline
Example
TypeScript
import { A11yOutline } from 'a11y-outline';
const a11yOutline = new A11yOutline();