0.6.15 • Published 4 years ago

@xroussel/ng-virtual-keyboard v0.6.15

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

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

0.6.15

4 years ago

0.6.14

5 years ago

0.6.13

5 years ago

0.6.12

5 years ago

0.6.11

5 years ago

0.6.10

6 years ago

0.6.9

6 years ago

0.6.8

6 years ago

0.6.7

6 years ago

0.6.6

6 years ago

0.6.5

7 years ago

0.6.4

7 years ago

0.6.3

7 years ago

0.6.2

7 years ago

0.6.1

7 years ago

0.6.0

7 years ago