@intechstudio/grid-uikit 1.20250623.1150 → 1.20250623.1432
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 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
The UI elements and configurations for projects used by the Grid Ecosystem.
|
|
4
4
|
|
|
5
|
+
## Preview URL
|
|
6
|
+
Live demo showcasing the project is available at https://grid-uikit-web.web.app/
|
|
7
|
+
|
|
5
8
|
## Developing
|
|
6
9
|
|
|
7
10
|
When developing this package, the library should be linked using the `npm link` command, which will overwrite the existing folder from node_modules with the locally available package.
|