react-smart-fields 1.1.1 β 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.
- package/README.md +21 -5
- package/package.json +5 -1
package/README.md
CHANGED
|
@@ -164,12 +164,30 @@ You can add `inputClassName`, `labelClassName`, or `className` inside each field
|
|
|
164
164
|
|
|
165
165
|
## π§βπ» Author
|
|
166
166
|
|
|
167
|
-
**Name:**
|
|
168
|
-
**GitHub:** [@
|
|
169
|
-
**Website:** [https://shubhamnakum.in](https://shubhamnakum.in) *(Optional link)*
|
|
167
|
+
**Name:** Pratik Panchal
|
|
168
|
+
**GitHub:** [@Pratikpanchal25](https://github.com/Pratikpanchal25)
|
|
170
169
|
|
|
171
170
|
---
|
|
172
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
|
+
|
|
173
191
|
## π License
|
|
174
192
|
|
|
175
193
|
MIT β Free to use, modify and distribute.
|
|
@@ -181,5 +199,3 @@ MIT β Free to use, modify and distribute.
|
|
|
181
199
|
Pull requests are welcome! If you find bugs, feel free to [open an issue](https://github.com/ShubhamNakum/DynamicFields/issues).
|
|
182
200
|
|
|
183
201
|
---
|
|
184
|
-
|
|
185
|
-
> This component is built to be your plug-and-play form builder. Customize it. Theme it. Extend it. Itβs yours.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-smart-fields",
|
|
3
|
-
"version": "1.1.
|
|
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",
|
|
@@ -10,6 +10,10 @@
|
|
|
10
10
|
"scripts": {
|
|
11
11
|
"build": "tsc"
|
|
12
12
|
},
|
|
13
|
+
"repository": {
|
|
14
|
+
"type": "git",
|
|
15
|
+
"url": "https://github.com/Pratikpanchal25/react-smart-fields"
|
|
16
|
+
},
|
|
13
17
|
"dependencies": {
|
|
14
18
|
"csstype": "^3.1.3",
|
|
15
19
|
"js-tokens": "^4.0.0",
|