Skip to content

SideBar #1154

Answered by gvreddy04
Hebreux11 asked this question in Q&A
SideBar #1154
Jul 31, 2025 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

@Hebreux11 Here is the example:

Before

After

Sample Code

<div class="bb-page">

    <Sidebar Href="/"
             IconName="IconName.BootstrapFill"
             Title="Blazor Bootstrap"
             BadgeText="v1.3.1"
             DataProvider="SidebarDataProvider" />

    <main>
        <div class="bb-top-row px-4 d-flex justify-content-end">
            <a href="https://docs.microsoft.com/aspnet/" target="_blank">About</a>
        </div>

        <article class="content px-4">
            <div class="py-2">
                <Button Type="ButtonType.Button" Color="ButtonColor.Primary" Size="ButtonSize.Small" @onclick="ToggleSidebarStyles">Toggle Sidebar styles</Button>
            </div>…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Hebreux11
Comment options

Answer selected by Hebreux11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants