1.0.2 • Published 6 years ago
vue-h5-keyboard v1.0.2
vue-h5-keyboard
A Vue.js project
Installing
npm i vue-h5-keyboard
main.js
import Vue from 'vue'
import KeyBoard from 'vue-h5-keyboard'
Vue.use(KeyBoard);- template
<key-board></key-board>Options
- The options contains many properties. All properties are listed below.
| Property | Type | default/params | Description | |
|---|---|---|---|---|
| sysSkin | String | gray | This is the overall style, optional [gray | dark]. |
| skin | Object | - | Note that when skin property is passed, sysSkin properties are overwritten by default | |
| handleClick | Event | - | This event triggers when you click. |