react-smart-fields 1.1.2 → 1.1.4
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 +1 -2
- package/package.json +17 -1
package/README.md
CHANGED
|
@@ -169,6 +169,7 @@ You can add `inputClassName`, `labelClassName`, or `className` inside each field
|
|
|
169
169
|
|
|
170
170
|
---
|
|
171
171
|
|
|
172
|
+
|
|
172
173
|
## 📄 License
|
|
173
174
|
|
|
174
175
|
MIT — Free to use, modify and distribute.
|
|
@@ -180,5 +181,3 @@ MIT — Free to use, modify and distribute.
|
|
|
180
181
|
Pull requests are welcome! If you find bugs, feel free to [open an issue](https://github.com/ShubhamNakum/DynamicFields/issues).
|
|
181
182
|
|
|
182
183
|
---
|
|
183
|
-
|
|
184
|
-
## Keywords: DynamicFields, className merge, field styling, custom CSS, override default styles
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-smart-fields",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "> A flexible, customizable, and developer-friendly component to generate dynamic form fields in React. Supports all HTML inputs, validation, and styling out of the box.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Pratik Panchal",
|
|
@@ -14,6 +14,22 @@
|
|
|
14
14
|
"type": "git",
|
|
15
15
|
"url": "https://github.com/Pratikpanchal25/react-smart-fields"
|
|
16
16
|
},
|
|
17
|
+
"keywords": [
|
|
18
|
+
"DynamicFields",
|
|
19
|
+
"React form generator",
|
|
20
|
+
"dynamic form fields",
|
|
21
|
+
"custom input components",
|
|
22
|
+
"Tailwind CSS forms",
|
|
23
|
+
"form validation react",
|
|
24
|
+
"react form builder",
|
|
25
|
+
"reusable form component",
|
|
26
|
+
"styled input",
|
|
27
|
+
"field config",
|
|
28
|
+
"live form data",
|
|
29
|
+
"className merge",
|
|
30
|
+
"override styles",
|
|
31
|
+
"react component"
|
|
32
|
+
],
|
|
17
33
|
"dependencies": {
|
|
18
34
|
"csstype": "^3.1.3",
|
|
19
35
|
"js-tokens": "^4.0.0",
|