2
2
3
3
Create conversational conditional-logic forms with Vue.js.
4
4
5
+ <p >
6
+ <a href =" https://github.com/ditdot-dev/vue-flow-form/blob/master/LICENSE " ><img src =" https://img.shields.io/npm/l/@ditdot-dev/vue-flow-form.svg?sanitize=true& ; color=41B883 " alt =" License " /></a >
7
+ <a href =" https://www.npmjs.com/package/@ditdot-dev/vue-flow-form " ><img src =" https://img.shields.io/npm/v/@ditdot-dev/vue-flow-form.svg?sanitize=true& ; color=41B883 " alt =" Version " /></a >
8
+ </p >
9
+
5
10
<p align =" center " >
6
11
<img src =" https://www.ditdot.hr/demo/vff/visuals/v-form-green-full-rotate-02.png " alt =" v-form screenshots " >
7
12
</p >
@@ -13,7 +18,7 @@ Create conversational conditional-logic forms with Vue.js.
13
18
14
19
## Project Documentation
15
20
16
- [ Guide] ( https://www.ditdot.hr/en/docs/vue-flow-form-guide )
21
+ * [ Guide] ( https://www.ditdot.hr/en/docs/vue-flow-form-guide )
17
22
18
23
## Example Project
19
24
@@ -125,7 +130,9 @@ And then in your App.vue file:
125
130
/* Import Vue Flow Form base CSS */
126
131
@import ' ~@ditdot-dev/vue-flow-form/dist/vue-flow-form.css' ;
127
132
/* Import one of the Vue Flow Form CSS themes (optional) */
128
- @import ' ~@ditdot-dev/vue-flow-form/dist/vue-flow-form.theme.css' ;
133
+ @import ' ~@ditdot-dev/vue-flow-form/dist/vue-flow-form.theme-minimal.css' ;
134
+ @import ' ~@ditdot-dev/vue-flow-form/dist/vue-flow-form.theme-green.css' ;
135
+ @import ' ~@ditdot-dev/vue-flow-form/dist/vue-flow-form.theme-purple.css' ;
129
136
</style >
130
137
```
131
138
@@ -138,11 +145,11 @@ HTML:
138
145
<head >
139
146
<script src =" https://cdnjs.cloudflare.com/ajax/libs/vue/2.2.6/vue.min.js" ></script >
140
147
<!-- Flow Form -->
141
- <script src =" https://unpkg.com/@ditdot-dev/vue-flow-form@1.0.9 " ></script >
148
+ <script src =" https://unpkg.com/@ditdot-dev/vue-flow-form@1.1.0 " ></script >
142
149
<!-- Flow Form base CSS -->
143
- <link rel =" stylesheet" href =" https://unpkg.com/@ditdot-dev/vue-flow-form@1.0.9 /dist/vue-flow-form.min.css" >
150
+ <link rel =" stylesheet" href =" https://unpkg.com/@ditdot-dev/vue-flow-form@1.1.0 /dist/vue-flow-form.min.css" >
144
151
<!-- Optional theme.css -->
145
- <link rel =" stylesheet" href =" https://unpkg.com/@ditdot-dev/vue-flow-form@1.0.9 /dist/vue-flow-form.theme.css" >
152
+ <link rel =" stylesheet" href =" https://unpkg.com/@ditdot-dev/vue-flow-form@1.1.0 /dist/vue-flow-form.theme-minimal.min .css" >
146
153
</head >
147
154
<body >
148
155
<div id =" app" >
0 commit comments