v2.13.0

SidebarLayout

You incorporate a sidebar in the slider and CRM entity tab embedding. Overall, it's stylish, trendy, and youthful
This component is deprecated and will be removed in version 3.0.0

Build layouts with the DashboardSidebar, DashboardPanel and DashboardGroup components instead. For a standalone collapsible sidebar without the dashboard shell, use Sidebar.

Deprecated sub-components

SidebarLayout came with a set of building blocks. They are all still exported and still work, and they are all being removed in 3.0.0 together with it. None of them has its own documentation page — this section exists so that code using them leads somewhere.

DeprecatedReplacement
B24NavbarDashboardNavbar
B24NavbarSectionDashboardNavbar slots (#left, #right, #trailing)
B24NavbarDividerSeparator
B24NavbarSpacera flex spacer of your own, or the DashboardNavbar slots
B24SidebarHeaderDashboardSidebar #header slot
B24SidebarBodyDashboardSidebar #default slot
B24SidebarFooterDashboardSidebar #footer slot
B24SidebarSectionNavigationMenu with orientation="vertical"
B24SidebarHeadingNavigationMenu item labels
B24SidebarSpacera flex spacer of your own
Nothing here changes before 3.0.0 — this is a heads-up, not a break. If you are starting something new, start on the Dashboard components.