react-smart-fields 1.1.4 โ†’ 1.1.6

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 +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # ๐Ÿงน DynamicFields React Component
2
2
 
3
+ ![npm](https://img.shields.io/npm/v/react-smart-fields)
4
+ ![downloads](https://img.shields.io/npm/dw/react-smart-fields)
5
+ ![license](https://img.shields.io/npm/l/react-smart-fields)
6
+
7
+
3
8
  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
9
 
5
10
  ---
@@ -181,3 +186,5 @@ MIT โ€” Free to use, modify and distribute.
181
186
  Pull requests are welcome! If you find bugs, feel free to [open an issue](https://github.com/ShubhamNakum/DynamicFields/issues).
182
187
 
183
188
  ---
189
+
190
+ <!-- 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.4",
3
+ "version": "1.1.6",
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",