RobotNet/RobotNet.WebApp/Scripts/Components/Loading.razor
2025-10-15 15:15:53 +07:00

8 lines
165 B
Plaintext

<div class="w-100 h-100 d-flex justify-content-center align-items-center">
<MudProgressCircular Color="Color.Info" Indeterminate="true" />
</div>
@code {
}