@shiguri/solid-grid 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,6 +6,10 @@ Designed for `T[][]` data with custom rendering.
6
6
  > [!WARNING]
7
7
  > **Work in progress**: The API is still evolving and may include breaking changes.
8
8
 
9
+ ## Demo
10
+
11
+ [solid-grid.vercel.app](https://solid-grid.vercel.app)
12
+
9
13
  ## Installation
10
14
 
11
15
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shiguri/solid-grid",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "private": false,
5
5
  "author": {
6
6
  "name": "shiguri",