clean tests & other things
This commit is contained in:
@@ -21,16 +21,17 @@
|
||||
<a href="#" class="btn-alert">X</a>
|
||||
</div>
|
||||
<form>
|
||||
<label>Test label</label>
|
||||
<input type="text" placeholder="Test placeholder">
|
||||
<input type="number">
|
||||
<input type="checkbox">
|
||||
<select>
|
||||
<label class="mb-1">Test label</label>
|
||||
<input type="text" placeholder="Test placeholder" class="mb-1">
|
||||
<input type="number" class="mb-1">
|
||||
<input type="checkbox" class="mb-1">
|
||||
<select class="mb-1">
|
||||
<option>test 1</option>
|
||||
<option>test 2</option>
|
||||
<option>test 3</option>
|
||||
</select>
|
||||
<input type="submit">
|
||||
<textarea cols="30" rows="10" class="mb-1">Texte exemple</textarea>
|
||||
<input type="submit" class="mb-1">
|
||||
</form>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user