vue-keys
v1.0.1
Published
Vue components for interacting with a keyboard
Readme
Vue components for interacting with a keyboard
Installation
npm i vue-keys
import vueKeys from 'vue-keys'
Vue.use(vueKeys)Usage
<Keyboard
:actions="[
{ name: 'selectall', keys: [17, 65] },
{ name: 'selectall', keys: [91, 65] },
]"
@action="onAction"
/>For more info see here
