You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/App.vue
+44Lines changed: 44 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,32 @@
9
9
<ahref="https://www.npmjs.com/package/vue-tag-selector">vue-tag-selector on npm</a>
10
10
</p>
11
11
12
+
<br>
13
+
<br>
14
+
<br>
15
+
<divclass="grid has-gutter-l theme-example">
16
+
17
+
<divclass="col-2 returned-values">
18
+
<br/>
19
+
<br/>
20
+
<code>
21
+
{{tags1}}
22
+
</code>
23
+
</div>
24
+
<divclass="col-5">
25
+
<h4>Vue-tag-selector example</h4>
26
+
<vue-tag-selector
27
+
label="Post tags"
28
+
v-model="tags1"
29
+
name="tags" />
30
+
</div>
31
+
</div>
32
+
<br>
33
+
<br>
34
+
<br>
35
+
36
+
37
+
12
38
<h2id="styles">Using styles</h2>
13
39
<p>The component philosophy is pretty straightforward here: only the mandatory style is bundled.<br/>
14
40
I personally never liked js library that needs too much CSS. <br/>
@@ -30,6 +56,15 @@
30
56
v-model="tags1"
31
57
name="tags" />
32
58
</li>
59
+
</ol>
60
+
</div>
61
+
<divclass="col-2 returned-values">
62
+
<code>
63
+
{{tags1}}
64
+
</code>
65
+
</div>
66
+
<divclass="col-5">
67
+
<olstart="2">
33
68
<liclass="theme-material">
34
69
<h4>Material theme example</h4>
35
70
<p>A basic material design theme. You can download the css for it <ahref="https://raw.githubusercontent.com/tomquinonero/vue-tag-selector/master/src/assets/theme_material.css"target="_blank"rel="noopener noreferrer">here</a>.</p>
@@ -38,6 +73,15 @@
38
73
v-model="tags1"
39
74
name="tags" />
40
75
</li>
76
+
</ol>
77
+
</div>
78
+
<divclass="col-2 returned-values">
79
+
<code>
80
+
{{tags1}}
81
+
</code>
82
+
</div>
83
+
<divclass="col-5">
84
+
<olstart="3">
41
85
<liclass="theme-example">
42
86
<h4>Look goods theme example</h4>
43
87
<p>A home cooked colored theme. We are gonna use it for the next examples. You can download the css for it <ahref="https://raw.githubusercontent.com/tomquinonero/vue-tag-selector/master/src/assets/theme_looking-good.css"target="_blank"rel="noopener noreferrer">here</a>.</p>
0 commit comments