Skip to content
This repository was archived by the owner on Apr 25, 2020. It is now read-only.

Commit ac1a0d2

Browse files
committed
Add select to demo
1 parent 16aa7a2 commit ac1a0d2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

demo/Demo.vue

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@
1717
<textarea placeholder="Comment"></textarea>
1818
</float-label>
1919

20+
<float-label>
21+
<select>
22+
<option disabled selected>Framework</option>
23+
<option>Vue</option>
24+
<option>React</option>
25+
<option>Angular</option>
26+
<option>Ember</option>
27+
</select>
28+
</float-label>
29+
2030
<div class="example">
2131
<float-label>
2232
<input type="text" placeholder="Website">

0 commit comments

Comments
 (0)