Modules
Modules are able to extend and add features to simple-keyboard. Check out a list of some of the plugins available so far:
How do modules work?
Modules are essentially Javascript functions (or classes) that attach to an instance of simple keyboard. They are able to create new options, edit current behavior, and more.
This gives you flexibility to adapt simple-keyboard according to your needs.
How to create my own module?
Creating your own module is easy. Just pass a function to simple-keyboard's "modules" option
Demos:
JS
You’ve made a neat module for simple-keyboard?
Let us know so we can include it to this page :