docs: snappable connection line example

This commit is contained in:
braks
2022-11-14 20:10:19 +01:00
committed by Braks
parent b24b9efe11
commit bb18a68977
10 changed files with 375 additions and 4 deletions
+5
View File
@@ -17,6 +17,7 @@ import { HorizontalApp, HorizontalElements } from './horizontal'
import { TeleportApp, TeleportCSS, TeleportSidebar, TeleportableNode, TeleportableUseTransition } from './teleport'
import { TransitionApp, TransitionCSS, TransitionEdge } from './transition'
import { IntersectionApp, IntersectionCSS, IntersectionElements } from './intersection'
import { SnapToHandleApp, SnappableConnectionLine } from './snap-to-handle'
export const exampleImports = {
basic: {
@@ -114,4 +115,8 @@ export const exampleImports = {
'initial-elements.js': IntersectionElements,
'style.css': IntersectionCSS,
},
snappable: {
'App.vue': SnapToHandleApp,
'SnappableConnectionLine.vue': SnappableConnectionLine,
},
}