6 lines
265 B
Text
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>
|