13 lines
320 B
Plaintext
13 lines
320 B
Plaintext
<MudOverlay Visible="Visible" DarkBackground="false">
|
|
<div class="overlay-container">
|
|
<span>Caricamento</span>
|
|
|
|
<MudProgressLinear Color="Color.Primary" Rounded="true" Size="Size.Medium" Indeterminate="true" />
|
|
</div>
|
|
</MudOverlay>
|
|
|
|
@code
|
|
{
|
|
[Parameter] public bool Visible { get; set; }
|
|
}
|