From 0b1a25c8d96f298d97a7001654001e5e29f3f873 Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Sat, 6 Oct 2018 19:00:30 -0400 Subject: [PATCH] Updating README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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