@using Wabbajack.RateLimiter
<progress value="@Percentage.Value"> </progress>
@code {
[Parameter]
public Percent Percentage { get; set; }
}