@using SteUp.Shared.Core.Helpers @* Badge di stato (STILE_UI §6.4). Non riceve colori: riceve uno stato, e la mappatura in StatusBadgeHelper decide tono, icona ed etichetta. *@ @(Text ?? Spec.Label) @code { [Parameter] public required StatusBadgeHelper.BadgeSpec Spec { get; set; } /// Testo alternativo, per i casi in cui l'etichetta porta anche un conteggio. [Parameter] public string? Text { get; set; } [Parameter] public string? AriaLabel { get; set; } }