docs: update examples wordings
# What's changed? * Change example pages wordings * Add Acknowledgement banner
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user