A simple virtual keyboard built with Vanilla JS and SASS. Demo.
First include the distribution files in the ./dist folder into your HTML page.
Then initialize the keyboard with your preferences using the Vkeyboard object.
VKeyboard({
lang: 'en',
charsOnly: false,
caps: false
}).init();- English
- French
- Arabic
| Option | Description |
|---|---|
| lang | The keyboard typing language. |
| charsOnly | Hide the keyboard numbers. |
| caps | Enable the caps lock. |