react-smart-fields 1.1.3 → 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 +0 -18
- package/package.json +17 -1
package/README.md
CHANGED
|
@@ -169,24 +169,6 @@ You can add `inputClassName`, `labelClassName`, or `className` inside each field
|
|
|
169
169
|
|
|
170
170
|
---
|
|
171
171
|
|
|
172
|
-
## 🔑 Keywords
|
|
173
|
-
|
|
174
|
-
- DynamicFields
|
|
175
|
-
- React form generator
|
|
176
|
-
- Dynamic form fields
|
|
177
|
-
- Custom input components
|
|
178
|
-
- Tailwind CSS forms
|
|
179
|
-
- React form builder
|
|
180
|
-
- Form validation React
|
|
181
|
-
- Reusable form component
|
|
182
|
-
- Styled input components
|
|
183
|
-
- FieldConfig
|
|
184
|
-
- Live form data tracking
|
|
185
|
-
- Form error handling
|
|
186
|
-
- className merge
|
|
187
|
-
- Override default styles
|
|
188
|
-
- React + Tailwind UI
|
|
189
|
-
|
|
190
172
|
|
|
191
173
|
## 📄 License
|
|
192
174
|
|
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",
|