feat(utils): vanilla interactive minimap

This commit is contained in:
moklick
2023-06-05 17:32:40 +02:00
parent 1b4f4a034e
commit e0ccc0f980
22 changed files with 584 additions and 475 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ A basic flow looks like this:
Controls,
Background,
BackgroundVariant,
Minimap,
MiniMap,
Panel,
createNodes,
createEdges,
@@ -73,7 +73,7 @@ A basic flow looks like this:
>
<Controls />
<Background variant={BackgroundVariant.Dots} />
<Minimap />
<MiniMap />
</SvelteFlow>
</SvelteFlowProvider>
```