Socket
Book a DemoInstallSign in
Socket

vue-vkeyboard

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-vkeyboard

Virtual Keyboard

0.2.3
latest
npmnpm
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 01 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.