@igamingcareer/igaming-components 1.0.0
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 +23 -0
- package/dist/index.js +7907 -0
- package/dist/index.mjs +42940 -0
- package/dist/style.css +1 -0
- package/package.json +76 -0
- package/styles/globals.css +1123 -0
- package/styles/typography.css +128 -0
package/Readme.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# How to use it
|
|
2
|
+
|
|
3
|
+
## Steps
|
|
4
|
+
|
|
5
|
+
Use node 16:
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
nvm use 16
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
How to add
|
|
12
|
+
|
|
13
|
+
Script to be added at the end of the body
|
|
14
|
+
|
|
15
|
+
```html
|
|
16
|
+
<script src="/home/static/frontend/assets/main-D298mwJ-.js"></script>
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
This is store internally in:
|
|
20
|
+
|
|
21
|
+
```/home/static/frontend/assets/```
|
|
22
|
+
|
|
23
|
+
If it is internal, otherwise, send it to a CDN
|