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 92c1cba commit 94870fdCopy full SHA for 94870fd
1 file changed
src/components/BootstrapBlazor.PdfReader/PdfReader.razor
@@ -3,6 +3,9 @@
3
@inherits BootstrapModuleComponentBase
4
5
<div @attributes="@AdditionalAttributes" id="@Id" class="@ClassString" style="@StyleString">
6
+ <div class="bb-view-progress">
7
+ <div class="bb-view-progress-bar"></div>
8
+ </div>
9
<div class="bb-view-toolbar">
10
@if (ShowToolbar)
11
{
0 commit comments