Skip to content

Simple virtual keyboard built with Vanilla JS and SASS.

License

Notifications You must be signed in to change notification settings

AmraniCh/virtual-keyboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

virtual-keyboard

A simple virtual keyboard built with Vanilla JS and SASS. Demo.

Usage

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();

Supported languages

  • English
  • French
  • Arabic

Supported options

Option Description
lang The keyboard typing language.
charsOnly Hide the keyboard numbers.
caps Enable the caps lock.

About

Simple virtual keyboard built with Vanilla JS and SASS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published