Skip to content

iserfj/softkeyboard

Repository files navigation

Soft Keyboard

A simple web soft keyboard

image image

Usage

Simply add the following elements to your HTML DOM. Then add a class skbinput to the element you'd like input such as input/textarea or even editable div respectively.

<!-- softkeyboard -->
<link rel="stylesheet" href="softkeyboard.min.css">
<input type="text" class="skbinput">
<div id="skb" style="max-width: 1000px; width: 100%; bottom: 80px;"></div>
<script src="softkeyboard.min.js"></script>

About

A simple web soft keyboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published