mirror of
https://github.com/tabler/tabler.git
synced 2025-12-24 10:48:14 +04:00
15 lines
420 B
HTML
15 lines
420 B
HTML
<div class="card">
|
|
<div class="card-body">
|
|
<div class="subheader">Total Users</div>
|
|
<div class="d-flex align-items-baseline">
|
|
<div class="h1 mb-0 me-2">75,782</div>
|
|
<div class="me-auto">
|
|
{% include "ui/trending.html" value=2 %}
|
|
</div>
|
|
</div>
|
|
<div class="text-secondary mt-2">24,635 users increased from last month</div>
|
|
</div>
|
|
{% include "ui/chart.html" chart-id="visitors" height="6" %}
|
|
</div>
|
|
|