1.0.7 • Published 6 years ago

storm-outliner v1.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Storm Outliner

npm version

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-outliner

either using es6 import

import Outliner from 'storm-outliner';

Tests

npm run test

Browser 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