14 lines
425 B
JSON
Executable File
14 lines
425 B
JSON
Executable File
<!-- email -->
|
|
<input type="email" class="form-control" placeholder="Enter email" />
|
|
|
|
<!-- select -->
|
|
<select class="form-select">...</select>
|
|
|
|
<!-- multiple select -->
|
|
<select multiple class="form-select">...</select>
|
|
|
|
<!-- textarea -->
|
|
<textarea class="form-control" rows="3"></textarea>
|
|
|
|
<!-- file -->
|
|
<input type="file" class="form-control" /> |