x
1
2
3
4
5
<aside class="flex flex-col h-full w-64 bg-white text-grayscale-900 border-r border-grayscale-200 shrink-0" data-position="left" data-collapsible="true"> <div class="flex-1 overflow-y-auto p-4 space-y-6"> Light Sidebar Navigation </div></aside>1
2
3
render BetterUi::Drawer::SidebarComponent.new(variant: :light) do |sidebar| sidebar.with_navigation { "Light Sidebar Navigation" }endNo notes provided.
No params configured.