0.2.3 • Published 6 years ago

vue-vkeyboard v0.2.3

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

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

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago