mirror of
https://github.com/tabler/tabler.git
synced 2026-07-29 14:34:37 +04:00
form elements, buttons
This commit is contained in:
@@ -1,15 +1,5 @@
|
||||
<div class="mb-3">
|
||||
<label class="form-label">Icon input</label>
|
||||
<div class="input-icon mb-3">
|
||||
<input type="text" class="form-control" placeholder="Search for…">
|
||||
<span class="input-icon-addon">
|
||||
{% include_cached ui/icon.html icon="search" %}
|
||||
</span>
|
||||
</div>
|
||||
<div class="input-icon">
|
||||
<span class="input-icon-addon">
|
||||
{% include_cached ui/icon.html icon="user" %}
|
||||
</span>
|
||||
<input type="text" class="form-control" placeholder="Username">
|
||||
</div>
|
||||
{% include ui/input-icon.html class="mb-3" %}
|
||||
{% include ui/input-icon.html class="mb-3" prepend=true placeholder="Username" %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user