x
1
2
3
4
5
<aside class="flex flex-col h-full w-80 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"> Large Width Sidebar (320px) </div></aside>1
2
3
render BetterUi::Drawer::SidebarComponent.new(width: :lg) do |sidebar| sidebar.with_navigation { "Large Width Sidebar (320px)" }endNo notes provided.
No params configured.