mirror of
https://github.com/tabler/tabler.git
synced 2025-12-26 11:16:12 +04:00
datepicker, selectize fixes
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
<div class="mb-3">
|
||||
<label class="form-label">Form control rounded</label>
|
||||
<input type="text" class="form-control form-control-rounded mb-2" name="Form control rounded" placeholder="Text..">
|
||||
{% include ui/form/input-icon.html input-class="form-control-rounded" %}
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label class="form-label">Form control flush</label>
|
||||
<input type="text" class="form-control form-control-flush" name="Form control flush" placeholder="Text..">
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label class="form-label">Input group</label>
|
||||
{% include ui/form/input-group.html prepend="@" placeholder="username" class="mb-2" %}
|
||||
|
||||
Reference in New Issue
Block a user