docs: snappable connection line example
This commit is contained in:
@@ -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,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user