kaplay-ui 0.9.2 β 0.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ You can install Kaplay UI via npm:
|
|
|
22
22
|
npm install kaplay-ui
|
|
23
23
|
```
|
|
24
24
|
|
|
25
|
-
##
|
|
25
|
+
## Usage
|
|
26
26
|
|
|
27
27
|
Hereβs a quick example of how to add a simple clickable and hoverable text button using Kaplay UI:
|
|
28
28
|
|
|
@@ -38,11 +38,11 @@ kaplay();
|
|
|
38
38
|
addTextButton("Start", () => go("main"));
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
##
|
|
41
|
+
## License
|
|
42
42
|
|
|
43
43
|
This project is licensed under the MIT License - see the LICENSE file for details.
|
|
44
44
|
|
|
45
|
-
##
|
|
45
|
+
## Contact
|
|
46
46
|
|
|
47
47
|
Have questions or suggestions? Reach out via:
|
|
48
48
|
|