chore(examples): add cdn example file

This commit is contained in:
braks
2024-02-05 07:51:12 +01:00
committed by Braks
parent fc2f36b419
commit 10060064f2
4 changed files with 54 additions and 3 deletions
@@ -30,6 +30,7 @@ export default {
<div>
Custom Color Picker Node: <strong>{{ data.color }}</strong>
</div>
<input class="nodrag" type="color" :value="data.color" @input="props.data.onChange" />
<Handle id="a" type="source" :position="Position.Right" :style="sourceHandleStyleA" />
<Handle id="b" type="source" :position="Position.Right" :style="sourceHandleStyleB" />