mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-08 07:16:49 +00:00
6 lines
319 B
Handlebars
6 lines
319 B
Handlebars
<div class="dashboard-component-count lg:col-span-2 h-full {{@options.wrapperClass}}">
|
|
<h3 class="text-sm dark:text-gray-100 text-black mb-4 {{@options.titleClass}}">{{this.title}}</h3>
|
|
<h1 class="text-3xl font-bold dark:text-gray-100 text-black {{@options.valueClass}}">
|
|
{{this.value}}
|
|
</h1>
|
|
</div> |