mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2026-06-25 00:00:20 +08:00
README and package.json changes
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
|
||||
<img src="src/demo/images/keyboard.PNG" align="center" width="100%">
|
||||
|
||||
<b>[Live Demo](https://franciscohodge.com/simple-keyboard/demo)</b>
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
`npm install simple-keyboard --save`
|
||||
@@ -47,8 +50,6 @@ export default App;
|
||||
````
|
||||
|
||||
> Need a more extensive example? [Click here](https://github.com/hodgef/simple-keyboard/blob/master/src/demo/App.js).
|
||||
>
|
||||
> Need a live demo? [See Live Demo](https://franciscohodge.com/simple-keyboard/demo).
|
||||
|
||||
## Options
|
||||
|
||||
|
||||
+4
-3
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "simple-keyboard",
|
||||
"version": "1.1.5",
|
||||
"version": "1.1.7",
|
||||
"description": "React.js Virtual Keyboard",
|
||||
"main": "build/index.js",
|
||||
"scripts": {
|
||||
@@ -27,8 +27,9 @@
|
||||
"onscreen",
|
||||
"virtual",
|
||||
"component",
|
||||
"simple",
|
||||
"easy"
|
||||
"virtual-keyboard",
|
||||
"touchscreen",
|
||||
"touch-screen"
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {},
|
||||
|
||||
Reference in New Issue
Block a user