Files
mapo-mono/MP.MONO.UI/Components/ProgBar.razor
T
2022-06-11 12:19:33 +02:00

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>