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
+9
View File
@@ -2,6 +2,15 @@
The control panel contains a zoom-in, zoom-out, fit-view and a lock/unlock button.
## Installation
```bash
yarn add @vue-flow/controls
# or
npm install @vue-flow/controls
```
## Usage
To use the controls simply pass the `Controls` component as a child to the `VueFlow` component.