Files
mapo-mono/MP.MONO.UI/Components/ProgBar.razor
T

9 lines
201 B
Plaintext

<div class="text-center @textStyle">
<b>@currVal.ToString("N0")</b>
</div>
<div class="progress">
<div class="progress-bar @bgStyle" style="width:@(percWidth)%">@(percWidth)%</div>
</div>