react-grab 0.0.72 → 0.0.74
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 +1 -1
- package/dist/{chunk-GFBDYRPI.cjs → chunk-DV467MQN.cjs} +257 -172
- package/dist/{chunk-DZ2VZRJA.js → chunk-ZK4APTZS.js} +257 -172
- package/dist/{core-HtZR37lF.d.cts → core-CzaOp9UL.d.cts} +27 -1
- package/dist/{core-HtZR37lF.d.ts → core-CzaOp9UL.d.ts} +27 -1
- package/dist/core.cjs +7 -7
- package/dist/core.d.cts +1 -1
- package/dist/core.d.ts +1 -1
- package/dist/core.js +1 -1
- package/dist/index.cjs +8 -8
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.global.js +27 -27
- package/dist/index.js +2 -2
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ https://github.com/user-attachments/assets/fdb34329-b471-4b39-b433-0b1a27a94bd8
|
|
|
19
19
|
Run this command to install React Grab into your project. Ensure you are running at project root (e.g. where the `next.config.ts` or `vite.config.ts` file is located).
|
|
20
20
|
|
|
21
21
|
```html
|
|
22
|
-
npx @react-grab/cli@latest
|
|
22
|
+
npx @react-grab/cli@latest init
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
## Manual Installation
|