docs: add intersection example

This commit is contained in:
braks
2022-11-06 11:03:08 +01:00
committed by Braks
parent a2e260fbaf
commit 8e3864dc09
10 changed files with 109 additions and 12 deletions
+1
View File
@@ -193,6 +193,7 @@ export default defineConfigWithTheme<DefaultTheme.Config>({
{ text: 'Hide/Show', link: '/examples/hidden' },
{ text: 'Horizontal Flow', link: '/examples/horizontal' },
{ text: 'Interactions', link: '/examples/interaction' },
{ text: 'Intersection', link: '/examples/intersection' },
{ text: 'Teleport', link: '/examples/teleport' },
{ text: 'Transition', link: '/examples/transition' },
{ text: 'Multiple Flows', link: '/examples/multi' },