This repository was archived by the owner on Nov 30, 2020. It is now read-only.
File tree 4 files changed +32
-0
lines changed
4 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 67
67
</grid-col >
68
68
</grid-row >
69
69
</form-group >
70
+ <form-group >
71
+ <form-label >Zip Code</form-label >
72
+ <grid-row class =" gutters-xs" >
73
+ <grid-col sm >
74
+ <form-input placeholder =" Search for..." />
75
+ </grid-col >
76
+ <grid-col class =" col-auto align-self-center" >
77
+ <form-help >
78
+ <p >ZIP Code must be US or CDN format. You can use an extended ZIP+4 code to determine address more accurately.</p >
79
+ <p class =' mb-0' ><a href =' ' >USP ZIP codes lookup tools</a ></p >
80
+ </form-help >
81
+ </grid-col >
82
+ </grid-row >
83
+ </form-group >
70
84
</grid-col >
71
85
<grid-col md =" 6" lg =" 4" >
72
86
<form-group >
Original file line number Diff line number Diff line change 32
32
"vue" : " ^2.5.16"
33
33
},
34
34
"dependencies" : {
35
+ "popper.js" : " ^1.14.3" ,
35
36
"tabler-ui" : " ^0.0.32" ,
36
37
"vue-popperjs" : " ^1.3.4"
37
38
}
Original file line number Diff line number Diff line change
1
+ <template >
2
+ <span class =" form-help" >?
3
+ <div class =" arrow" style =" left : 129px ;" ></div >
4
+ </span >
5
+ </template >
6
+
7
+ <script >
8
+ export default {
9
+ name: " form-help"
10
+ }
11
+ </script >
12
+
13
+ <style scoped>
14
+
15
+ </style >
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import FormCheckbox from './FormCheckbox'
2
2
import FormFileInput from './FormFileInput'
3
3
import FormGroup from './FormGroup'
4
4
import FormGroupAddon from './FormGroupAddon'
5
+ import FormHelp from './FormHelp'
5
6
import FormInput from './FormInput'
6
7
import FormInputIcon from './FormInputIcon'
7
8
import FormInputGroup from './FormInputGroup'
@@ -18,6 +19,7 @@ export {
18
19
FormInputIcon ,
19
20
FormGroup ,
20
21
FormGroupAddon ,
22
+ FormHelp ,
21
23
FormInput ,
22
24
FormInvalidFeedback ,
23
25
FormInputGroup ,
You can’t perform that action at this time.
0 commit comments