docs: add node resizer example

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-13 15:49:20 +01:00
committed by Braks
parent 1739797cfe
commit f31f0073f7
12 changed files with 63 additions and 0 deletions
+5
View File
@@ -18,6 +18,7 @@ import { TeleportApp, TeleportCSS, TeleportSidebar, TeleportableNode, Teleportab
import { TransitionApp, TransitionCSS, TransitionEdge } from './transition'
import { IntersectionApp, IntersectionCSS, IntersectionElements } from './intersection'
import { SnapToHandleApp, SnappableConnectionLine } from './snap-to-handle'
import { NodeResizerApp, ResizableNode } from './node-resizer'
import { ToolbarApp, ToolbarNode } from './node-toolbar'
export const exampleImports = {
@@ -120,6 +121,10 @@ export const exampleImports = {
'App.vue': SnapToHandleApp,
'SnappableConnectionLine.vue': SnappableConnectionLine,
},
resizable: {
'App.vue': NodeResizerApp,
'SnappableConnectionLine.vue': ResizableNode,
},
toolbar: {
'App.vue': ToolbarApp,
'ToolbarNode.vue': ToolbarNode,