ngx-virtual-keyboard
Quick Start
Prerequisites
- Git
- Angular (>= 4)
- NPM (>= 3)
Install
Step 1: Install ngx-virtual-keyboard
# npm
npm i --save ngx-virtual-keyboard
Step 2: Import the module
;
Step 3: Component
;
Step 4: Simple usage example
Attribute | Description |
---|---|
[ngx-virtual-keyboard] |
Required to initialize Virtual Keyboard to specified input. Can take boolean true or false to activate |
[ngx-virtual-keyboard-layout] |
Used layout on keyboard, following keyboards are defaults that you can use alphanumeric, azerty, extended, numeric, phone |
[ngx-virtual-keyboard-disabled] |
Disable keyboard keys if true |
Demo
https://vtllr.github.io/ngx-virtual-keyboard/
Contribute
ngx-virtual-keyboard is Open Source, If you are interested in helping, please read the following:
Pull Request Guidelines
When in doubt, keep your pull requests small. To give a PR the best chance of getting accepted, do not bundle more than one "feature" or bug fix in one PR. Doing so makes it very hard to accept it if one of the fixes has issues.
It's always best to create two smaller PRs than one big one.
Style
Follow .editconfig
Thanks
To do
- run demo on github pages