Skip to content

springboardVR/vue-vkeyboard

Repository files navigation

Vue VKeyboard

npm

compat : vue@2.5.x

Virtual keyboard with multi-layouts and i18n support designed to follow Mottie keyboard syntax.

Demo

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-logo

SpringboardVR - 2018