@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 CHANGED
@@ -46,14 +46,19 @@ last_updated: "2026-03-07"
46
46
 
47
47
  # @praxisui/dynamic-fields — Dynamic Form Fields
48
48
 
49
- ## 🔰 Exemplos / Quickstart
49
+ ## Documentation
50
50
 
51
- Para ver esta biblioteca em funcionamento em uma aplicação completa, utilize o projeto de exemplo (Quickstart):
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
- - Repositório: https://github.com/codexrodrigues/praxis-ui-quickstart
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
- ### Concept Usage
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