react-outline-hider
React component which removes outlines on mouse interactions and restores them on keyboard navigation
Check out the basic demo
Install
$ npm install --save react-outline-hider
or
$ yarn add react-outline-hider
Usage
Just import as a regular React component and use somewhere in your app, preferably near the top level
const App = <div> <ReactOutlineHider /> </div> ;
API
Table of Contents
License
MIT © Keilin Olsen