We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda37d2 commit 0636057Copy full SHA for 0636057
src/BootstrapBlazor.Server/Components/Samples/Progress.razor
@@ -29,7 +29,7 @@
29
<DemoBlock Title="@Localizer["ProgressDisplayValueTitle"]"
30
Introduction="@Localizer["ProgressDisplayValueIntro"]"
31
Name="DisplayValue">
32
- <BootstrapBlazor.Components.Progress Value="25" IsShowValue="true"></BootstrapBlazor.Components.Progress>
+ <BootstrapBlazor.Components.Progress Value="25.5" IsShowValue="true"></BootstrapBlazor.Components.Progress>
33
</DemoBlock>
34
35
<DemoBlock Title="@Localizer["ProgressHeightTitle"]"
0 commit comments