mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-06 22:48:19 +00:00
6 lines
254 B
Handlebars
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> |