diff --git a/README.md b/README.md index 89b2efc9..ccd0a88f 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ > The easily customisable and responsive on-screen virtual keyboard for Javascript projects. +This package works with **Vanilla JS** projects, yet it is also compatible with **Angular**, **Vue**, and other libraries and frameworks. + +Looking for **React** support? Check out [react-simple-keyboard](https://www.npmjs.com/package/react-simple-keyboard) ! + ## Installation ### npm @@ -407,6 +411,8 @@ keyboard.dispatch(instance => { }); ``` +[![Edit simple-keyboard dispatch demo - npm](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/rjnlp4pp2q?module=%2Fsrc%2Findex.js) + ### getButtonElement > Get the DOM Element of a button. If there are several buttons with the same name, an array of the DOM Elements is returned. @@ -438,8 +444,6 @@ Unlike the `buttonTheme` property, which replaces entries, `removeButtonTheme` r this.keyboard.removeButtonTheme("b c", "myClass1 myClass2"); ``` -[![Edit simple-keyboard dispatch demo - npm](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/rjnlp4pp2q?module=%2Fsrc%2Findex.js) - ## Q&A / Use-cases ### How to give a different base class to my keyboard