Socket
Socket
Sign inDemoInstall

@xroussel/ng-virtual-keyboard

Package Overview
Dependencies
12
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @xroussel/ng-virtual-keyboard

Virtual Keyboard for Angular applications


Version published
Weekly downloads
14
increased by1300%
Maintainers
1
Install size
34.5 MB
Created
Weekly downloads
 

Readme

Source

ng-virtual-keyboard

MIT licensed npm version Build Status codecov Dependency Status devDependency Status

What is this?

Virtual Keyboard for Angular applications

Install

Step 1: Install @protacon/ng-virtual-keyboard

$ npm install --save @protacon/ng-virtual-keyboard

Step 2: Import the module

Add NgVirtualKeyboardModule as an import in your app's root NgModule.

import { NgVirtualKeyboardModule }  from '@protacon/ng-virtual-keyboard';

@NgModule({
  ...
  imports: [
    ...
    NgVirtualKeyboardModule,
  ],
  ...
})
export class AppModule { }

Usage

Simple usage example

<input type="text" value=""
  ng-virtual-keyboard
  ng-virtual-keyboard-layout="alphanumeric"
  ng-virtual-keyboard-placeholder="Custom placeholder text"
  ng-virtual-keyboard-type="password"
/>
AttributeDescription
ng-virtual-keyboardRequired to initialize Virtual Keyboard to specified input
ng-virtual-keyboard-layoutUsed layout on keyboard, following keyboards are defaults that you can use alphanumeric, alphanumericSwiss, alphanumericNordic, extended, extendedNordic, numeric, phone
ng-virtual-keyboard-placeholderOverride placeholder text, if input has not any - or you want to override input placeholder value
ng-virtual-keyboard-typeOverride input type, text is default value

Demo

https://protacon.github.io/ng-virtual-keyboard/

License

The MIT License (MIT)

Copyright (c) 2017 Protacon

Keywords

FAQs

Last updated on 21 Jan 2020

Did you know?

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc