'Label for Progress Bar not showing MudBlazor
I have a Progress Bar (MudProgressLinear) that is working fine, but it won't show the label i gave it and I can't fix this problem.
Here is my Code:
<MudProgressLinear Color="Color.Error" Value="25" Min="0" Max="100" Style="margin-top: 20px; padding-top:10px;">
<MudText Typo="Typo.subtitle1" Color="Color.Dark">
<b>Label of progress bar</b>
</MudText>
</MudProgressLinear>
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|