1.1.1 • Published 1 year ago

wrdu-keyboard v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.1.0

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago