docs: update component documentation

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-13 21:37:36 +01:00
parent 92ac6e2847
commit 22da724ab7
7 changed files with 182 additions and 3 deletions
+1 -2
View File
@@ -1,7 +1,7 @@
# Vue Flow: Node Resizer Component
This is a resizer component for Vue Flow.
It can be used to create resize your nodes.
It can be used to resize your nodes.
## 🛠 Setup
@@ -16,7 +16,6 @@ $ npm i --save @vue-flow/node-resizer
## 🎮 Quickstart
```vue
<script setup>
import { VueFlow } from '@vue-flow/core'
import initialElements from './initial-elements'