chore(docs): remove horizontal example
This commit is contained in:
@@ -201,7 +201,6 @@ export default defineConfigWithTheme<DefaultTheme.Config>({
|
||||
{ text: 'Save & Restore', link: '/examples/save' },
|
||||
{ text: 'Drag & Drop', link: '/examples/dnd' },
|
||||
{ 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' },
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
# Empty
|
||||
|
||||
Similar to the drag and drop example, we can also add nodes to an empty graph on a button click,
|
||||
which triggers a push into our elements / nodes array.
|
||||
|
||||
<div class="mt-6">
|
||||
<Repl example="empty"></Repl>
|
||||
</div>
|
||||
@@ -1,10 +0,0 @@
|
||||
# Horizontal Layout
|
||||
|
||||
Vue Flow doesn't require you to use vertical layouts.
|
||||
You can use horizontal layouts with the default node types as well.
|
||||
|
||||
You can define where source or target handle positions are with the `sourcePosition` or `targetPosition` properties of nodes.
|
||||
|
||||
<div class="mt-6">
|
||||
<Repl example="horizontal"></Repl>
|
||||
</div>
|
||||
Reference in New Issue
Block a user