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

tabler v1

This commit is contained in:
chomik
2019-03-12 22:09:15 +01:00
parent 79f7d92872
commit ab3aec2eeb
3320 changed files with 148049 additions and 207078 deletions
@@ -0,0 +1,16 @@
<div class="card">
<div class="card-body p-4 py-5 text-center">
{% include ui/avatar.html size="xl" placeholder="W" class="mb-4" %}
<h3>{{ include.title | default: "New website" }}</h3>
<p class="text-muted-light">Due to: 28 Aug 2018</p>
<p class="mb-3">
<span class="tag">Development</span>
</p>
<div>
{% include ui/avatar-list.html text="+5" stacked=true %}
</div>
</div>
<div class="progress card-progress">
<div class="progress-bar bg-green" style="width: 20%"></div>
</div>
</div>