@nice2dev/ui-forms 1.0.10

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 ADDED
@@ -0,0 +1,17 @@
1
+ # @nice2dev/ui-forms
2
+
3
+ Form builder & designer React components extracted from `@nice2dev/ui`.
4
+
5
+ ## Components
6
+
7
+ - **NiceFormBuilder** — Schema-driven dynamic form builder with validation.
8
+ - **NiceFormBuilderAI** — AI-augmented form builder with natural language schema generation.
9
+ - **NiceFormDesigner** — Visual drag & drop form designer.
10
+
11
+ ## Install
12
+
13
+ ```bash
14
+ npm install @nice2dev/ui-forms @nice2dev/ui
15
+ ```
16
+
17
+ Requires `@nice2dev/ui` as a peer dependency (uses `NiceForm`, `NiceBaseProps`, AI hooks).