File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,14 @@ __A customizable Vue3 Flowchart.__
12
12
13
13
### __ 🚧 This library is still under construction__
14
14
15
- _ Docs aren't available yet_ but if you still want to try it out, check the available [ examples] ( ./examples ) to get an
16
- idea how to start using Vue Flow.
15
+ Check the [ docs] ( https://vue-flow.vercel.app/docs ) and [ examples] ( https://vue-flow.vercel.app/examples ) to get started.
17
16
18
17
## Features
19
18
20
19
- 🎨 Customizable
21
20
22
21
- 🦾 Fully written in TypeScript
23
22
24
-
25
23
## Table of Contents
26
24
27
25
* [ 🛠 Setup] ( #-setup )
@@ -30,7 +28,6 @@ idea how to start using Vue Flow.
30
28
31
29
* [ 🧪 Development] ( #-development )
32
30
33
-
34
31
## 🛠 Setup
35
32
36
33
``` bash
@@ -42,13 +39,14 @@ $ yarn add @braks/vue-flow
42
39
## 🎮 Quickstart
43
40
44
41
``` vue
42
+
45
43
<template>
46
44
<Flow :elements="elements"></Flow>
47
45
</template>
48
46
<script setup>
49
47
import { Flow, Elements } from '@braks/vue-flow'
50
48
51
- const elements = ref< Elements> ([
49
+ const elements = ref < Elements > ([
52
50
{
53
51
id: '1',
54
52
data: {
You can’t perform that action at this time.
0 commit comments