vue-vkeyboard
v0.2.3
Published
Virtual Keyboard
Downloads
59
Readme
Vue VKeyboard
compat : [email protected]
Virtual keyboard with multi-layouts and i18n support designed to follow Mottie keyboard syntax.
Features
- Fully customisable but shipped with defaults
- No dependencies
- Unstyled keyboard (Bring your own style)
Usage
Installation
npm install vue-vkeyboard
yarn add vue-vkeyboard
Use plugin
import VueVKeyboard from 'vue-vkeyboard'
Vue.use(VueVKeyboard)
API
Keyboard
Default props:
lang: {
type: String,
},
layout: {
type: String,
default: 'french-azerty-1'
},
mode: {
type: String,
default: 'normal'
},
theme: {
type: String,
default: 'default'
},
classnames: {
type: Object,
default: () => ({
wrapper: 'wrapper-class',
row: 'row-class',
key: 'key-class'
})
}
Currently supported languages
- English
- French
- German
- Spanish
- Polish
- Portuguese
- and all you can find here
SpringboardVR - 2018