PlanTempusApp/PlanTempus.Application/Features/Services/Components/ServiceStatCard/Default.cshtml

7 lines
263 B
Text
Raw Normal View History

@model PlanTempus.Application.Features.Services.Components.ServiceStatCardViewModel
<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>