Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 297 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 297 Bytes

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();