@golstats/gsc-players-and-teams-menu 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 +15 -0
- package/dist/1.png +0 -0
- package/dist/2.png +0 -0
- package/dist/3.png +0 -0
- package/dist/4.png +0 -0
- package/dist/436.png +0 -0
- package/dist/5.png +0 -0
- package/dist/6.png +0 -0
- package/dist/7.png +0 -0
- package/dist/escudos.png +0 -0
- package/dist/favicon.ico +0 -0
- package/dist/gsc-players-and-teams-menu.js +1453 -0
- package/dist/gsc-players-and-teams-menu.umd.cjs +1 -0
- package/dist/player-preview.png +0 -0
- package/dist/style.css +1 -0
- package/package.json +40 -0
package/README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
|
|
2
|
+
# thermometer-component
|
|
3
|
+
|
|
4
|
+
### Propiedades
|
|
5
|
+
| Nombre de la propiedad | Descripción | Type | Default |
|
|
6
|
+
| ------------- | ------------------------------ | ------ | ------ |
|
|
7
|
+
| type | tipo de funcionalidad opciones ('teams', 'players') | string | "players" |
|
|
8
|
+
| token | token por defecto para que consuma api | [String, undefined] | undefined |
|
|
9
|
+
| componentWidth| Ancho del componente padre que habilita el responsivo | Number | 400 |
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
### Comandos
|
|
13
|
+
|
|
14
|
+
- para correr el componente de manera local `npm run dev`
|
|
15
|
+
- para correr construir y publicar `npm run build` `npm publish`
|
package/dist/1.png
ADDED
|
Binary file
|
package/dist/2.png
ADDED
|
Binary file
|
package/dist/3.png
ADDED
|
Binary file
|
package/dist/4.png
ADDED
|
Binary file
|
package/dist/436.png
ADDED
|
Binary file
|
package/dist/5.png
ADDED
|
Binary file
|
package/dist/6.png
ADDED
|
Binary file
|
package/dist/7.png
ADDED
|
Binary file
|
package/dist/escudos.png
ADDED
|
Binary file
|
package/dist/favicon.ico
ADDED
|
Binary file
|