@Title

@Message

@if (!string.IsNullOrWhiteSpace(ActionHref) && !string.IsNullOrWhiteSpace(ActionLabel)) { @ActionLabel }
@code { [Parameter] public string Title { get; set; } = "Queue empty"; [Parameter] public string Message { get; set; } = string.Empty; [Parameter] public string? ActionHref { get; set; } [Parameter] public string? ActionLabel { get; set; } }