PlanTempusApp/PlanTempus.Application/Features/Employees/Components/EmployeeStatCard/Default.cshtml
Janus C. H. Knudsen 15579acba8 Various CSS work
2026-01-12 22:10:57 +01:00

6 lines
265 B
Text

@model PlanTempus.Application.Features.Employees.Components.EmployeeStatCardViewModel
<swp-stat-card data-key="@Model.Key" class="@Model.Variant">
<swp-stat-value>@Model.Value</swp-stat-value>
<swp-stat-label>@Model.Label</swp-stat-label>
</swp-stat-card>