@(Text ?? "Caricamento")
@code { [Parameter] public bool Visible { get; set; } [Parameter] public string? Text { get; set; } }