Author: | taras0varty0m |
---|---|
Views Total: | 494 views |
Official Page: | Go to website |
Last Update: | July 28, 2021 |
License: | MIT |
Preview:

Description:
A simple, plain, responsive, and mobile-compatible virtual keyboard created with pure (vanilla) JavaScript.
How to use it:
1. Include the stylesheet keyboard.css and JavaScript keyboard.js on the page.
<link rel="stylesheet" href="./keyboard/keyboard.css" /> <script src="./keyboard/keyboard.js"></script>
2. Attach the virtual keyboard to text input and done.
<textarea class="use-keyboard-input"> ... </textarea>