feat(docs): Add icons

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent fb1c828dea
commit 9230f3279e
8 changed files with 188 additions and 210 deletions
@@ -7,6 +7,5 @@ const emit = defineEmits(['next'])
<div class="px-4 py-2 bg-white shadow-lg rounded-md border-2 border-solid border-black">
<slot />
<Handle id="a" type="source" :position="Position.Bottom" />
<Handle id="b" type="source" :position="Position.Right" />
</div>
</template>