react-smart-fields 1.1.3 โ 1.1.5
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 +8 -18
- package/package.json +17 -1
package/README.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# ๐งน DynamicFields React Component
|
|
2
2
|
|
|
3
|
+

|
|
4
|
+

|
|
5
|
+

|
|
6
|
+

|
|
7
|
+
|
|
8
|
+
|
|
3
9
|
A flexible, fully-styled dynamic form generator built with **React** and **Tailwind CSS**, supporting custom input types, validation, and class overrides. Ideal for building forms quickly with full control over design and behavior.
|
|
4
10
|
|
|
5
11
|
---
|
|
@@ -169,24 +175,6 @@ You can add `inputClassName`, `labelClassName`, or `className` inside each field
|
|
|
169
175
|
|
|
170
176
|
---
|
|
171
177
|
|
|
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
178
|
|
|
191
179
|
## ๐ License
|
|
192
180
|
|
|
@@ -199,3 +187,5 @@ MIT โ Free to use, modify and distribute.
|
|
|
199
187
|
Pull requests are welcome! If you find bugs, feel free to [open an issue](https://github.com/ShubhamNakum/DynamicFields/issues).
|
|
200
188
|
|
|
201
189
|
---
|
|
190
|
+
|
|
191
|
+
<!-- Keywords: react form builder, tailwind forms, dynamic form, smart form, react tailwind input -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-smart-fields",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
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",
|