shadcn-zod-formkit 3.7.0 → 3.8.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 +9 -3
- package/dist/index.cjs +342 -178
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +23 -14
- package/dist/index.d.ts +23 -14
- package/dist/index.mjs +343 -181
- package/dist/index.mjs.map +1 -1
- package/dist/shadcn-zod-formkit-3.8.1.tgz +0 -0
- package/package.json +1 -1
- package/dist/shadcn-zod-formkit-3.7.0.tgz +0 -0
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
# React Dynamic Form Maker
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
> **v3.5.4** · Next.js & React Client Components
|
|
4
4
|
|
|
5
|
-
📦 A React library for creating **dynamic forms** with **Zod validations**, supporting
|
|
5
|
+
📦 A React library for creating **dynamic forms** with **Zod validations**, supporting 40+ input types: text, number, email, switch, color, date, select, file, OTP, location, repeater, keyboard integration, and many more.
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
@@ -1134,6 +1134,12 @@ MIT License - see the [LICENSE.md](LICENSE.md) file for details.
|
|
|
1134
1134
|
|
|
1135
1135
|
---
|
|
1136
1136
|
|
|
1137
|
+
## 📚 Documentation
|
|
1138
|
+
|
|
1139
|
+
- [Quick Start](docs/QUICK_START.md) — Run the example app and test features
|
|
1140
|
+
- [Testing Guide](docs/TESTING_GUIDE.md) — Testing conventions and setup
|
|
1141
|
+
- [Roadmap & Upcoming Improvements](docs/PROXIMAS_MEJORAS.md) — Planned features and known issues
|
|
1142
|
+
|
|
1137
1143
|
## 🔗 Links
|
|
1138
1144
|
|
|
1139
1145
|
- [GitHub Repository](https://github.com/NativoLink/shadcn-zod-formkit)
|