File tree 1 file changed +21
-6
lines changed
1 file changed +21
-6
lines changed Original file line number Diff line number Diff line change @@ -181,13 +181,28 @@ <h1 class="page-title">Test form elements</h1>
181
181
</ label >
182
182
< label >
183
183
< input type ="checkbox ">
184
- < span > Kompakte Ansicht </ span >
184
+ < span > Checkbox to check </ span >
185
185
</ label >
186
- < label >
187
- < input type ="radio " class ="">
188
- < span > Kompakte Ansicht</ span >
189
- </ label >
190
- < input type ="submit " disabled class ="block btn btn-primary " value ="Anmelden ">
186
+ < div class ="flex flex-col gap-y-2 ">
187
+ < label >
188
+ < input type ="radio " name ="foo ">
189
+ < span > Radio option 1</ span >
190
+ </ label >
191
+ < label >
192
+ < input type ="radio " name ="foo ">
193
+ < span > Radio option 2</ span >
194
+ </ label >
195
+ < label >
196
+ < input type ="radio " name ="foo ">
197
+ < span > Radio option 3</ span >
198
+ </ label >
199
+ </ div >
200
+ < input type ="submit " class ="block btn btn-primary " value ="Primary ">
201
+ < input type ="submit " disabled class ="block btn btn-primary " value ="Primary disabled ">
202
+ < input type ="submit " class ="block btn btn-secondary " value ="Secondary ">
203
+ < input type ="submit " disabled class ="block btn btn-secondary " value ="Secondary disabled ">
204
+ < input type ="submit " class ="block btn btn-secondary-proprietary " value ="Secondary proprietary ">
205
+ < input type ="submit " disabled class ="block btn btn-secondary-proprietary " value ="Secondary proprietary disabled ">
191
206
</ form >
192
207
</ div >
193
208
</ main >
You can’t perform that action at this time.
0 commit comments