dynamic-formik-form 1.0.0 → 1.0.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 +2 -5
- package/package.json +8 -2
package/README.md
CHANGED
|
@@ -778,8 +778,8 @@ Contributions are welcome! Please:
|
|
|
778
778
|
|
|
779
779
|
```bash
|
|
780
780
|
# Clone repository
|
|
781
|
-
git clone
|
|
782
|
-
cd dynamic-form
|
|
781
|
+
git clone https://github.com/AmbarBidkar/dynamic-formik-form.git
|
|
782
|
+
cd dynamic-formik-form
|
|
783
783
|
|
|
784
784
|
# Install dependencies
|
|
785
785
|
npm install
|
|
@@ -801,9 +801,6 @@ MIT © Ambar Bidkar
|
|
|
801
801
|
## Support
|
|
802
802
|
|
|
803
803
|
- 📖 [Documentation](./README.md)
|
|
804
|
-
- 🐛 [Report Bug](https://github.com/yourusername/dynamic-form/issues)
|
|
805
|
-
- 💡 [Request Feature](https://github.com/yourusername/dynamic-form/issues)
|
|
806
|
-
- 📧 [Email Support](mailto:support@example.com)
|
|
807
804
|
|
|
808
805
|
---
|
|
809
806
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dynamic-formik-form",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "A production-ready, adapter-based React form library that generates dynamic forms from JSON configuration using Formik and Yup. Works with Material-UI, Bootstrap, Ant Design, or plain CSS.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -35,7 +35,13 @@
|
|
|
35
35
|
"yup",
|
|
36
36
|
"forms",
|
|
37
37
|
"dynamic-forms",
|
|
38
|
-
"form-builder"
|
|
38
|
+
"form-builder",
|
|
39
|
+
"dynamic-form",
|
|
40
|
+
"form-builder",
|
|
41
|
+
"json-schema",
|
|
42
|
+
"mui",
|
|
43
|
+
"bootstrap",
|
|
44
|
+
"adapter"
|
|
39
45
|
],
|
|
40
46
|
"author": "Ambar Bidkar",
|
|
41
47
|
"license": "MIT",
|