docs: update examples wordings

# What's changed?

* Change example pages wordings
* Add Acknowledgement banner
This commit is contained in:
Braks
2022-04-11 16:43:07 +02:00
parent ae4cefefbc
commit d35eb96c1f
19 changed files with 109 additions and 27 deletions
+5 -3
View File
@@ -5,12 +5,14 @@ pageClass: examples
# Drag & Drop
Drag and Drop Sidebar handling is not built in but can be implemented with the native HTML Drag and Drop API, as this
example shows.
Adding nodes to an already existing graph can be done multiple ways. To create an interactive editor, you would probably
like them to be inserted with drag and drop.
In this example we demonstrate how to build a basic Sidebar and implement drag and drop handlers to create new nodes.
## State access
This example shows another key feature of Vue Flow. You can initialize the Flow state at any point before the Vue Flow
This example shows another key feature of Vue Flow. You can initialize the Flow state at any point before the `VueFlow` component
is actually mounted. This can be achieved by using the [`useVueFlow`](/guide/composables.html#usevueflow) composable.
<div class="mt-6">