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
@@ -1,5 +1,14 @@
# MiniMap
## Installation
```bash
yarn add @vue-flow/minimap
# or
npm install @vue-flow/minimap
```
## Usage
To use the minimap simply pass the `MiniMap` component as a child to the `VueFlow` component.