@praxisui/visual-builder 1.0.0-beta.8 → 3.0.0-beta.0

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
@@ -1,6 +1,18 @@
1
- # Praxis Visual Builder
1
+ # @praxisui/visual-builder
2
2
 
3
- A comprehensive Angular library for building visual rule editors with support for mini-DSL expressions and contextual specifications.
3
+ Visual rule and expression builder for Praxis UI with mini-DSL support, validation, contextual variables and round-trip editing between visual and textual representations.
4
+
5
+ ## Documentation
6
+
7
+ - Official documentation: https://praxisui.dev
8
+ - Quickstart reference app: https://github.com/codexrodrigues/praxis-ui-quickstart
9
+ - Recommended for: teams that need a visual rule editor with DSL interoperability, validation and contextual variable management
10
+
11
+ ## When to use
12
+
13
+ - Build visual rule editors without losing a textual DSL representation
14
+ - Validate and round-trip expressions between UI and code-like syntax
15
+ - Support complex contextual variables in low-code or admin experiences
4
16
 
5
17
  ## Features
6
18