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

cards components

This commit is contained in:
codecalm
2019-10-03 10:10:48 +02:00
parent 03c99e7361
commit 8d6484c67b
17 changed files with 225 additions and 130 deletions
+1 -5
View File
@@ -85,11 +85,7 @@ Change the shape of an avatar with the default Bootstrap image classes.
### Avatars list
{% example %}
<div class="avatar-list">
{% for person in site.data.people limit: 5 offset: 20 %}
{% include ui/avatar.html person=person %}
{% endfor %}
</div>
{% include ui/avatar-list.html %}
{% endexample %}
{% example %}