title

infix fun title(title: Component): SidebarBuilder

Sets a static title for the sidebar.


infix fun title(title: () -> Component): SidebarBuilder

Sets a dynamic title for the sidebar.