@* Usage: @await Html.PartialAsync("_Metric", (Label: "Active Jobs", Value: "24", Delta: "+3", DeltaDir: "up")) DeltaDir: "up" (green arrow-up-right) | "down" (red arrow-down-right) | null (no delta) *@ @model (string Label, string Value, string? Delta, string? DeltaDir)