Iceshrimp.NET/Iceshrimp.Frontend/Components/LoadingSpinner.razor

5 lines
No EOL
142 B
Text

<svg class="animate-spin" viewBox="0 0 24 24" style="--scale: @Scale"></svg>
@code {
[Parameter] public double Scale { get; set; } = 1;
}