@kanunilabs/pivotgrid-react 1.0.0 → 1.0.1
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 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -5,9 +5,11 @@ React components for KanuniLabs PivotGrid — drag-and-drop field areas, virtual
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
|
|
8
|
+
npm install @kanunilabs/pivotgrid-react
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
+
(or `yarn add` / `pnpm add` — any package manager works.)
|
|
12
|
+
|
|
11
13
|
`@kanunilabs/pivotgrid-core` is installed automatically as a dependency.
|
|
12
14
|
|
|
13
15
|
## Usage
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kanunilabs/pivotgrid-react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "React components for KanuniLabs PivotGrid",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"type": "module",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"access": "public"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@kanunilabs/pivotgrid-core": "1.0.
|
|
32
|
+
"@kanunilabs/pivotgrid-core": "1.0.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@tailwindcss/postcss": "^4.3.0",
|