compat : [email protected]
Virtual keyboard with multi-layouts and i18n support designed to follow Mottie keyboard syntax.
- Fully customisable but shipped with defaults
- No dependencies
- Unstyled keyboard (Bring your own style)
npm install vue-vkeyboard
yarn add vue-vkeyboard
import VueVKeyboard from 'vue-vkeyboard'
Vue.use(VueVKeyboard)
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'
})
}
- English
- French
- German
- Spanish
- Polish
- Portuguese
- and all you can find here
SpringboardVR - 2018