1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-29 14:34:37 +04:00

form inputs refactoring

This commit is contained in:
codecalm
2019-12-15 22:30:21 +01:00
parent 03ada7326c
commit 7079cf4711
16 changed files with 53 additions and 102 deletions
+3 -3
View File
@@ -290,13 +290,13 @@ Use the `.text-center` or the `.text-right` modifiers to alter the alignment.
{% example html wrapper=btn-list %}
<a href="#" class="btn btn-secondary">
{% include ui/avatar.html person-id="4" class="btn-avatar" %} Avatar
{% include_cached ui/avatar.html person-id="4" %} Avatar
</a>
<a href="#" class="btn btn-secondary">
{% include ui/avatar.html person-id="5" class="btn-avatar" %} Avatar
{% include_cached ui/avatar.html person-id="5" %} Avatar
</a>
<a href="#" class="btn btn-secondary">
{% include ui/avatar.html person-id="6" class="btn-avatar" %} Avatar
{% include_cached ui/avatar.html person-id="6" %} Avatar
</a>
{% endexample %}