diff --git a/BootstrapBlazor.slnx b/BootstrapBlazor.slnx new file mode 100644 index 00000000000..2674412af2d --- /dev/null +++ b/BootstrapBlazor.slnx @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/BootstrapBlazor/Components/Tab/Tab.razor b/src/BootstrapBlazor/Components/Tab/Tab.razor index 82c2fe1e969..f67b68edf5f 100644 --- a/src/BootstrapBlazor/Components/Tab/Tab.razor +++ b/src/BootstrapBlazor/Components/Tab/Tab.razor @@ -11,7 +11,10 @@ else
- + @if (ShowNavigatorButtons) + { + + }
@@ -88,7 +91,10 @@ else { @ButtonTemplate } - + @if (ShowNavigatorButtons) + { + + } @if (ShouldShowExtendButtons()) {