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

Commit 98c8457

Browse files
committed
update FormsPage
1 parent 9c0eb18 commit 98c8457

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

example/src/components/FormsPage.vue

+22
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,28 @@
2828
<form-textarea rows="6" value="Oh! Come and see the violence inherent in the system! Help, help, I'm being repressed! We shall say 'Ni' again to you, if you do not appease us. I'm not a witch. I'm not a witch. Camelot!" />
2929
</form-group>
3030
</grid-col>
31+
<grid-col md="6" lg="4">
32+
<form-group>
33+
<form-label>Password</form-label>
34+
<form-input value="Username" type="password" placeholder="Password.."/>
35+
</form-group>
36+
<form-group>
37+
<form-label>Valid State</form-label>
38+
<form-input placeholder="Valid State.."/>
39+
<form-input class="mt-3" placeholder="Valid State.."/>
40+
</form-group>
41+
<form-group>
42+
<form-label>Invalid State</form-label>
43+
<form-input placeholder="Invalid State.."/>
44+
<form-input class="mt-3" placeholder="Invalid State.."/>
45+
</form-group>
46+
<form-group>
47+
<form-label>Country</form-label>
48+
<select class="form-control custom-select">
49+
<option value="">Germany</option>
50+
</select>
51+
</form-group>
52+
</grid-col>
3153
</grid-row>
3254
</card-body>
3355
</card>

0 commit comments

Comments
 (0)