feat(example): add example with floating edge and whole node as handle

This commit is contained in:
Christopher Möller
2021-10-14 09:15:04 +02:00
parent ae621d084c
commit b36c713650
5 changed files with 300 additions and 0 deletions
+5
View File
@@ -14,6 +14,7 @@ import Provider from './Provider';
import Hidden from './Hidden';
import EdgeTypes from './EdgeTypes';
import CustomConnectionLine from './CustomConnectionLine';
import NodeAsHandle from './NodeAsHandle';
import NodeTypeChange from './NodeTypeChange';
import NodeTypesObjectChange from './NodeTypesObjectChange';
import UpdatableEdge from './UpdatableEdge';
@@ -79,6 +80,10 @@ const routes = [
path: '/custom-connectionline',
component: CustomConnectionLine,
},
{
path: '/node-as-handle',
component: NodeAsHandle,
},
{
path: '/nodetype-change',
component: NodeTypeChange,