1.0.2 • Published 7 years ago

storm-outiner v1.0.2

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

Storm Outliner

Build Status codecov.io npm version

Hide CSS outline on mouse interactions, show on keyboard interactions.

Example

https://mjbp.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