1.1.1 • Published 11 months ago

wrdu-keyboard v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Keyboard

npm version npm downloads License Nuxt

Features

Manage keybinds for your nuxt app

  • keyboard.up
  • keyboard.down

Quick Setup

Install the module to your Nuxt application with one command:

npx nuxi module add wrdu-keyboard

That's it! You can now use Keyboard in your Nuxt app ✨

How to use it

Setup script:

const keyboard = useKeyboard()

keyboard.down('a', (event) => {
  // do something
})

if you want to check for all keys use "all"

Contribution

1.1.1

11 months ago

1.1.0

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago