feat(svelte): add attribution

This commit is contained in:
moklick
2023-03-14 23:36:36 +01:00
parent 5b3c260e45
commit 564302147d
7 changed files with 48 additions and 2 deletions
@@ -11,7 +11,7 @@
import { Position } from '@reactflow/system';
const nodes = createNodes([
{ id: '0', type: 'default', position: { x: 0, y: 150 }, data: { label: 'only connecatbale with B' } },
{ id: '0', type: 'default', position: { x: 0, y: 150 }, data: { label: 'only connectable with B' } },
{ id: 'A', type: 'default', position: { x: 250, y: 0 }, data: { label: 'A' } },
{ id: 'B', type: 'default', position: { x: 250, y: 150 }, data: { label: 'B' } },
{ id: 'C', type: 'default', position: { x: 250, y: 300 }, data: { label: 'C' } }