@moxy/react-keyboard-only-outlines

1.0.2 • Public • Published

react-keyboard-only-outlines

NPM version Downloads Build Status Coverage Status Dependency status Dev Dependency status

A component that enables keyboard-only-outlines so that outlines are only visible when using the keyboard.

Installation

$ npm install @moxy/react-keyboard-only-outlines

This library is written in modern JavaScript and is published in both CommonJS and ES module transpiled variants. If you target older browsers please make sure to transpile accordingly.

Usage

You should use this component just once in your project:

import KeyboardOnlyOutlines from '@moxy/react-keyboard-only-outlines';

<KeyboardOnlyOutlines>
    <MyApp />
</KeyboardOnlyOutlines>

Props

name type default description
stylesheetTarget DOM Node See keyboard-only-outlines The DOM node where to insert the stylesheet with styles to disable the outlines
styles string See keyboard-only-outlines The styles to apply when a focus event is caused by mouse navigation

Tests

$ npm test
$ npm test -- --watch # during development

License

Released under the MIT License.

Dependencies (3)

Dev Dependencies (19)

Package Sidebar

Install

npm i @moxy/react-keyboard-only-outlines

Weekly Downloads

8

Version

1.0.2

License

MIT

Unpacked Size

10.7 kB

Total Files

6

Last publish

Collaborators

  • tiagodinis
  • moxyhq
  • filipediasf
  • satazor
  • marcooliveira
  • acostalima
  • andregoncalvesdev