15
15
> Github</ a
16
16
>
17
17
</ p >
18
+ < div title ="Auto ">
19
+ < label for ="name " class ="bg-white text-gray-500 "> Auto</ label >
20
+ < input
21
+ type ="text "
22
+ id ="auto "
23
+ autocomplete ="off "
24
+ placeholder ="Auto "
25
+ class ="outline-none focus:shadow-outline border w-full px-1 "
26
+ />
27
+ </ div >
18
28
< div class ="has-float-label ">
19
29
< input
20
30
type ="text "
21
31
id ="name "
22
32
autocomplete ="off "
23
33
placeholder ="Name "
24
- class ="control-with-float-label outline-none focus:shadow-outline border w-full px-1 "
34
+ class ="
35
+ control-with-float-label
36
+ outline-none
37
+ focus:shadow-outline
38
+ border
39
+ w-full
40
+ px-1
41
+ "
25
42
/>
26
43
< label for ="name " class ="is-float-label bg-white text-gray-500 "> Name</ label >
27
44
</ div >
31
48
id ="Login "
32
49
autocomplete ="off "
33
50
placeholder ="Login "
34
- class ="control-with-float-label outline-none focus:shadow-outline border w-full px-1 "
51
+ class ="
52
+ control-with-float-label
53
+ outline-none
54
+ focus:shadow-outline
55
+ border
56
+ w-full
57
+ px-1
58
+ "
35
59
value =""
36
60
/>
37
61
< label for ="Login " class ="is-float-label-sticky bg-white text-gray-500 "
45
69
autocomplete ="off "
46
70
placeholder ="Email "
47
71
48
- class ="control-with-float-label outline-none focus:shadow-outline border w-full px-1 "
72
+ class ="
73
+ control-with-float-label
74
+ outline-none
75
+ focus:shadow-outline
76
+ border
77
+ w-full
78
+ px-1
79
+ "
49
80
/>
50
81
< label for ="Email " class ="is-float-label bg-white text-gray-500 "> Email</ label >
51
82
</ div >
56
87
autocomplete ="off "
57
88
placeholder ="Password "
58
89
value ="Password "
59
- class ="control-with-float-label outline-none focus:shadow-outline border w-full px-1 "
90
+ class ="
91
+ control-with-float-label
92
+ outline-none
93
+ focus:shadow-outline
94
+ border
95
+ w-full
96
+ px-1
97
+ "
60
98
/>
61
99
< label for ="Password " class ="is-float-label bg-white text-gray-500 "> Password</ label >
62
100
</ div >
68
106
id ="Job Title "
69
107
placeholder ="Job Title "
70
108
value ="Job Title "
71
- class ="control-with-float-label outline-none focus:shadow-outline border w-full px-1 "
109
+ class ="
110
+ control-with-float-label
111
+ outline-none
112
+ focus:shadow-outline
113
+ border
114
+ w-full
115
+ px-1
116
+ "
72
117
/>
73
118
< label for ="Job Title " class ="is-float-label bg-white text-gray-500 "
74
119
> Job Title</ label
81
126
autocomplete ="off "
82
127
placeholder ="Status "
83
128
value ="Status "
84
- class ="control-with-float-label outline-none focus:shadow-outline border w-full px-1 "
129
+ class ="
130
+ control-with-float-label
131
+ outline-none
132
+ focus:shadow-outline
133
+ border
134
+ w-full
135
+ px-1
136
+ "
85
137
/>
86
138
< label for ="Status " class ="is-float-label bg-white text-gray-500 "> Status</ label >
87
139
</ div >
92
144
autocomplete ="off "
93
145
placeholder ="Image "
94
146
value ="Image "
95
- class ="control-with-float-label outline-none focus:shadow-outline border w-full px-1 "
147
+ class ="
148
+ control-with-float-label
149
+ outline-none
150
+ focus:shadow-outline
151
+ border
152
+ w-full
153
+ px-1
154
+ "
96
155
/>
97
156
< label for ="Image " class ="is-float-label bg-white text-gray-500 "> Image</ label >
98
157
</ div >
99
158
100
159
< div class ="has-float-label ">
101
160
< select
102
161
id ="Select "
103
- class ="control-with-float-label outline-none focus:shadow-outline border w-full px-1 "
162
+ class ="
163
+ control-with-float-label
164
+ outline-none
165
+ focus:shadow-outline
166
+ border
167
+ w-full
168
+ px-1
169
+ "
104
170
>
105
171
< option value =""> Select option</ option >
106
172
< option value ="1 "> Option 1</ option >
114
180
115
181
< div class ="has-float-label ">
116
182
< textarea
117
- class ="control-with-float-label outline-none focus:shadow-outline border w-full px-1 "
183
+ class ="
184
+ control-with-float-label
185
+ outline-none
186
+ focus:shadow-outline
187
+ border
188
+ w-full
189
+ px-1
190
+ "
118
191
placeholder ="Bio "
119
192
>
120
193
Bio</ textarea
@@ -130,7 +203,14 @@ <h2 class="text-2xl font-bold text-center">Readme Example</h2>
130
203
id ="name "
131
204
autocomplete ="off "
132
205
placeholder ="Name "
133
- class ="control-with-float-label outline-none focus:shadow-outline border w-full px-1 "
206
+ class ="
207
+ control-with-float-label
208
+ outline-none
209
+ focus:shadow-outline
210
+ border
211
+ w-full
212
+ px-1
213
+ "
134
214
/>
135
215
< label for ="name " class ="is-float-label bg-white text-gray-500 "> Name</ label >
136
216
</ div >
0 commit comments