@goplasmatic/datalogic-ui 0.1.1 → 4.0.8

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
@@ -4,7 +4,7 @@ A React component library for visualizing and debugging JSONLogic expressions as
4
4
 
5
5
  ## Demo
6
6
 
7
- ![DataLogic Debugger Demo](public/demo.gif)
7
+ ![DataLogic Debugger Demo](https://raw.githubusercontent.com/GoPlasmatic/datalogic-rs/main/ui/public/demo.gif)
8
8
 
9
9
  ## Features
10
10
 
@@ -193,6 +193,16 @@ The main component is `DataLogicEditor` which:
193
193
 
194
194
  - **Full Visual Builder (Edit Mode)**: Interactive visual editing of JSONLogic expressions with drag-and-drop node creation, connection editing, and real-time evaluation feedback.
195
195
 
196
+ ## Documentation
197
+
198
+ For complete documentation including all props, customization options, and advanced usage, see the [full documentation](https://goplasmatic.github.io/datalogic-rs/react-ui/installation.html).
199
+
200
+ ## Links
201
+
202
+ - [GitHub Repository](https://github.com/GoPlasmatic/datalogic-rs)
203
+ - [Full Documentation](https://goplasmatic.github.io/datalogic-rs/)
204
+ - [Online Playground](https://goplasmatic.github.io/datalogic-rs/playground/)
205
+
196
206
  ## License
197
207
 
198
208
  MIT