1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-28 22:14:39 +04:00

inout group link

This commit is contained in:
codecalm
2020-01-25 12:10:52 +01:00
parent 563624efcd
commit 696cab9ac4
3 changed files with 18 additions and 2 deletions
+2 -2
View File
@@ -22,8 +22,8 @@
</div>
<div class="mb-3">
<label class="form-label">Price</label>
{% include ui/form/input-group.html prepend="$" append=".00" %}
<label class="form-label">Input with appended link</label>
{% include ui/form/input-group.html append-link="Show password" class="input-group-flat" %}
</div>
<div class="mb-3">
+7
View File
@@ -22,4 +22,11 @@
</span>
</div>
{% endif %}
{% if include.append-link %}
<div class="input-group-append">
<span class="input-group-text">
<a href="#" class="input-group-link">{{ include.append-link }}</a>
</span>
</div>
{% endif %}
</div>