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 b02467f commit 53d76d4Copy full SHA for 53d76d4
src/BootstrapBlazor.Server/Components/Layout/MainLayout.razor
@@ -10,7 +10,7 @@
10
<span class="sidebar-text">Bootstrap Blazor</span>
11
</div>
12
<NavMenu />
13
- <LayoutSidebar Min="250" Max="380" ContainerSelector=".section"></LayoutSidebar>
+ <LayoutSplitebar Min="250" Max="380" ContainerSelector=".section"></LayoutSplitebar>
14
</aside>
15
16
<section class="main">
0 commit comments