zehfernandes / show-keys

Utility to show key presses in your application

Home Page:https://codesandbox.io/s/use-keys-duk76

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Utility to show key presses in your application

Demo on CodeSandbox

 

install

yarn add show-keys

 

usage

 

in your js:

// *.js
import 'show-keys'

or in your html:

<script src="unpkg.com/show-keys"></script>

 

About

Utility to show key presses in your application

https://codesandbox.io/s/use-keys-duk76

License:MIT License


Languages

Language:JavaScript 100.0%