mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2026-06-25 00:00:20 +08:00
README update
This commit is contained in:
@@ -44,7 +44,8 @@ export default App;
|
||||
````
|
||||
|
||||
# Options
|
||||
You can customize the Keyboard by passing options (props) to it. Here are the available options (the code examples are the defaults):
|
||||
You can customize the Keyboard by passing options (props) to it.
|
||||
Here are the available options (the code examples are the defaults):
|
||||
|
||||
### layout
|
||||
> Modify the keyboard layout
|
||||
@@ -111,4 +112,5 @@ To run demo on your own computer:
|
||||
* Visit http://localhost:3000/
|
||||
|
||||
## Note
|
||||
This is a work in progress. Feel free to submit any issues you have at: https://github.com/hodgef/simple-keyboard/issues
|
||||
This is a work in progress. Feel free to submit any issues you have at:
|
||||
https://github.com/hodgef/simple-keyboard/issues
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "simple-keyboard",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"description": "React.js Virtual Keyboard",
|
||||
"main": "build/index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user