docs(examples): add loopback edge example (#1708)

docs(examples): add loopback example

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2024-12-03 15:12:24 +01:00
committed by GitHub
parent 0d246804b9
commit 4d0978343f
7 changed files with 222 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
# Loopback Edges
Loopback edges are edges that connect a node to itself. They are useful for representing self-referential relationships.
This example walks you through creating loopback edges using Vue Flow and custom edges.
<div class="mt-6">
<Repl example="loopback"></Repl>
</div>