@airoom/nextmin-react 0.1.0 → 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.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,6 +6,10 @@ Plug‑and‑play React Admin Panel that connects to a `@airoom/nextmin-node` ba
|
|
|
6
6
|
- 1 month → 1 hour
|
|
7
7
|
- Works out of the box with Next.js (App Router and Pages Router)
|
|
8
8
|
|
|
9
|
+
## Documentation
|
|
10
|
+
|
|
11
|
+
Read the full documentation at: https://nextmin.gscodes.dev/
|
|
12
|
+
|
|
9
13
|
## Features
|
|
10
14
|
|
|
11
15
|
- `<NextMinProvider>`: initializes store, loads schemas, and opens a live socket
|