@using Template.Shared.Components.Layout.Spinner @if (SuccessAnimation) {
} else { }
@code { [Parameter] public required bool SuccessAnimation { get; set; } [Parameter] public required bool VisibleOverlay { get; set; } }