Skip to content

HHY-Kid1412/vue-keyboard

 
 

Repository files navigation

vue-hand-keyboard

996.icu LICENSE

A real hand tapping keyboard

Install

The recommended way is using npm

npm install vue-hand-keyboard --save 

Usage

In your entry script

import Vue from 'vue'
import VueKeyboard from 'vue-hand-keyboard'
Vue.use(VueKeyboard);

Then in your .vue file

<vue-keyboard :width="600"></vue-keyboard>

It is done! Really simple to use ? Yes ❤

About license

Because the svg files are downloding from typingclub
I have no authority to make this repository MIT

Links

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.1%
  • Vue 24.3%
  • HTML 2.6%