@praxisui/dynamic-fields 1.0.0-beta.61 → 1.0.0-beta.62
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 +10 -5
- package/fesm2022/praxisui-dynamic-fields.mjs +1904 -783
- package/fesm2022/praxisui-dynamic-fields.mjs.map +1 -1
- package/index.d.ts +386 -27
- package/package.json +9 -8
package/README.md
CHANGED
|
@@ -46,14 +46,19 @@ last_updated: "2026-03-07"
|
|
|
46
46
|
|
|
47
47
|
# @praxisui/dynamic-fields — Dynamic Form Fields
|
|
48
48
|
|
|
49
|
-
##
|
|
49
|
+
## Documentation
|
|
50
50
|
|
|
51
|
-
|
|
51
|
+
- Official documentation: https://praxisui.dev
|
|
52
|
+
- Quickstart reference app: https://github.com/codexrodrigues/praxis-ui-quickstart
|
|
53
|
+
- Recommended for: metadata-driven forms that need lazy field registration, Angular Material integration and enterprise field catalogs
|
|
52
54
|
|
|
53
|
-
|
|
54
|
-
- O Quickstart demonstra a integração das bibliotecas `@praxisui/*` em um app Angular, incluindo instalação, configuração e uso em telas reais.
|
|
55
|
+
## When to use
|
|
55
56
|
|
|
56
|
-
|
|
57
|
+
- Render field components from metadata at runtime
|
|
58
|
+
- Standardize field behavior and theming across multiple forms
|
|
59
|
+
- Extend the field catalog without hardwiring every component into the host app
|
|
60
|
+
|
|
61
|
+
## Concept Usage
|
|
57
62
|
|
|
58
63
|
- Dynamic component rendering
|
|
59
64
|
- Headless UI and design systems
|