From c37bb8a3cfc2e583b5e5919180c16cf1251097d6 Mon Sep 17 00:00:00 2001
From: braks <78412429+bcakmakoglu@users.noreply.github.com>
Date: Fri, 9 Dec 2022 18:11:57 +0100
Subject: [PATCH] chore(node-toolbar): update README.md
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
---
packages/node-toolbar/README.md | 69 +++++++++++++++++++++++++++++++++
1 file changed, 69 insertions(+)
diff --git a/packages/node-toolbar/README.md b/packages/node-toolbar/README.md
index 16d38b2f..a0d3319a 100644
--- a/packages/node-toolbar/README.md
+++ b/packages/node-toolbar/README.md
@@ -1,3 +1,72 @@
# Vue Flow: Toolbar Component
This is a toolbar component for Vue Flow.
+It can be used to create a floating Toolbar next to your nodes.
+You can either display the Toolbar by setting the visibility prop or automatically showing the Toolbar
+on selected nodes.
+
+## 🛠Setup
+
+```bash
+# install
+$ yarn add @vue-flow/node-toolbar
+
+# or
+$ npm i --save @vue-flow/node-toolbar
+```
+
+## 🎮 Quickstart
+
+```vue
+
+
+
+
+
+
+
+
+
+
+```
+
+```vue
+
+
+
+
+
+
+
+
+
+
+ {{ label }}
+
+
+
+
+
+```