storm-outliner
v1.0.7
Published
Hide CSS outline on mouse interactions, show on keyboard interactions
Readme
Storm Outliner
Tiny module to hide CSS outline on mouse interactions, show on keyboard interactions.
Example
https://stormid.github.io/storm-outliner
Usage
JS
npm i -S storm-outlinereither using es6 import
import Outliner from 'storm-outliner';
Tests
npm run testBrowser support
This is module has both es6 and es5 distributions. The es6 version should be used in a workflow that transpiles.
ie9+ is supported out the box, ie8+ will work with addEventListener polyfill.
Dependencies
None
License
MIT
