react-smart-fields 1.1.2 → 1.1.3

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.
Files changed (2) hide show
  1. package/README.md +19 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -169,6 +169,25 @@ 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
  ## 📄 License
173
192
 
174
193
  MIT — Free to use, modify and distribute.
@@ -180,5 +199,3 @@ MIT — Free to use, modify and distribute.
180
199
  Pull requests are welcome! If you find bugs, feel free to [open an issue](https://github.com/ShubhamNakum/DynamicFields/issues).
181
200
 
182
201
  ---
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.2",
3
+ "version": "1.1.3",
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",