examples: add math example (#1461)

* examples: add math example

* docs: add math example
This commit is contained in:
Braks
2024-06-08 20:35:18 +02:00
committed by GitHub
parent f74be96b2d
commit a8ba97331f
23 changed files with 748 additions and 11 deletions
+9
View File
@@ -0,0 +1,9 @@
# Math Operation
This example demonstrates how to use the different composables like `useHandleConnections` or `useNodesData` to create a data flow between nodes.
In this example we use nodes to create a simple math operation, where the user can input two numbers and select an operation to perform.
<div class="mt-6">
<Repl example="math"></Repl>
</div>