You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.3 KiB
HTML

<div>
<h3 class="text-base font-semibold text-gray-900">Last 30 days</h3>
<dl class="mt-5 grid grid-cols-1 gap-5 sm:grid-cols-3">
<div
class="overflow-hidden rounded-lg bg-white px-4 py-5 shadow-sm sm:p-6"
>
<dt class="truncate text-sm font-medium text-gray-500">
Total Subscribers
</dt>
<dd
class="mt-1 text-3xl font-semibold tracking-tight text-gray-900"
>
71,897
</dd>
</div>
<div
class="overflow-hidden rounded-lg bg-white px-4 py-5 shadow-sm sm:p-6"
>
<dt class="truncate text-sm font-medium text-gray-500">
Avg. Open Rate
</dt>
<dd
class="mt-1 text-3xl font-semibold tracking-tight text-gray-900"
>
58.16%
</dd>
</div>
<div
class="overflow-hidden rounded-lg bg-white px-4 py-5 shadow-sm sm:p-6"
>
<dt class="truncate text-sm font-medium text-gray-500">
Avg. Click Rate
</dt>
<dd
class="mt-1 text-3xl font-semibold tracking-tight text-gray-900"
>
24.57%
</dd>
</div>
</dl>
</div>