feat(svelte): add BaseEdge and EdgeLabelRenderer

This commit is contained in:
moklick
2023-02-23 18:21:39 +01:00
parent bb528e6798
commit 1dd5613482
15 changed files with 225 additions and 122 deletions
@@ -0,0 +1,9 @@
<script lang="ts">
import portal from '$lib/actions/portal';
type $$Props = {}
</script>
<div use:portal={'.react-flow__edgelabel-renderer'}>
<slot />
</div>