shadcn-zod-formkit 3.8.0 → 3.9.0

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 CHANGED
@@ -1,8 +1,8 @@
1
- ⚡️ # React Dynamic Form Maker
1
+ # React Dynamic Form Maker
2
2
 
3
- ⚡️ **Next.js & Client Components**
3
+ > **v3.5.4** · Next.js & React Client Components
4
4
 
5
- 📦 A React library for creating **dynamic forms** with **Zod validations**, supporting multiple input types: text, number, email, switch, color, date, select, file, OTP and many more.
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)