@code {
[Parameter]
public string Label { get; set; } = string.Empty;
[Parameter]
public string Value { get; set; } = string.Empty;
[Parameter]
public string? Detail { get; set; }
/// Spans the card across two grid columns for long values such as timestamps.
[Parameter]
public bool Wide { get; set; }
}