BcSidebarView
Description
The BcSidebarView component provides a flexible sidebar navigation system with animated transitions. It includes options for toolbar collapse, navigation, and content customization.
Parameters
TransitionTime
TimeSpan
Specifies the transition animation duration for opening and closing the sidebar.
BodyContent
RenderFragment?
Defines the main body content displayed within the sidebar view.
HeaderContent
RenderFragment?
Specifies the header content displayed at the top of the sidebar view.
NavigationEntryPoint
BcSideBarItemModel
Defines the entry point for sidebar navigation. This is the root menu item.
FallbackTitle
string
Specifies a fallback title if no navigation entry is selected.
Width
string
Sets the width of the sidebar in pixels.
ToolbarCollapsed
bool
Determines whether the toolbar should be collapsed initially.
ToolbarCollapsedChanged
Action < bool >
Event triggered when the toolbar collapses or expands.
Topics
List < BcTopic >
List of topics used for the sidebar menu and navigation.