@prokodo/ui 0.0.40 → 0.0.41
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 +2 -12
- package/dist/constants/project.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -130,18 +130,8 @@ export default function GalleryPage() {
|
|
|
130
130
|
|
|
131
131
|
### Compatibility of the components
|
|
132
132
|
|
|
133
|
-
✅ = Available as
|
|
134
|
-
|
|
135
|
-
\- = Currently only for RSC optimized
|
|
136
|
-
|
|
137
|
-
> If RSC and client have ✅-symbol means available as RSC (<[ComponentName] />) & extra client export (<[ComponentName]Client />)
|
|
138
|
-
|
|
139
|
-
## 📦 Available Components
|
|
140
|
-
|
|
141
|
-
### Compatibility of the components
|
|
142
|
-
|
|
143
|
-
✅ = Available as AIC (renders zero-JS RSC and self-hydrates when needed) and can also used as a client‐only entry.
|
|
144
|
-
– = RSC (AIC) only; no client‐side bundle. (Best practice: Use it only in RSC)
|
|
133
|
+
- ✅ = Available as AIC (renders zero-JS RSC and self-hydrates when needed) and can also used as a client‐only entry.
|
|
134
|
+
- \- = RSC (AIC) only; no client‐side bundle. (Useable in both, but best practice to use in RSC only)
|
|
145
135
|
|
|
146
136
|
| Component | ✅ AIC (RSC + optional client) | ✅ SSR-Compatible (`"use client"`) |
|
|
147
137
|
|-----------------------|:--------------------------------:|:---------------------------------:|
|
package/package.json
CHANGED