Files
Fleetbase-Mirror-Repo/console/app/components/dashboard/count.hbs
2023-10-10 20:43:18 +08:00

6 lines
254 B
Handlebars

<div class="dashboard-component-count lg:col-span-2">
<h3 class="text-sm dark:text-gray-100 text-black mb-4">{{@options.title}}</h3>
<h1 class="text-3xl font-bold dark:text-gray-100 text-black mb-4">
{{this.displayValue}}
</h1>
</div>