feat(docs): RGB demo coloring

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent d913df6187
commit 4e8b03d059
5 changed files with 41 additions and 28 deletions
@@ -4,7 +4,7 @@ import { Handle, Position } from '@braks/vue-flow'
const emit = defineEmits(['next'])
</script>
<template>
<div class="px-4 py-2 bg-white shadow-lg rounded-md border-2 border-solid border-black">
<div class="px-4 py-2 shadow-lg rounded-md border-2 border-solid border-black">
<slot />
<Handle id="a" type="source" :position="Position.Bottom" />
</div>