Previews

No matching results.

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">
Left-positioned Sidebar (border on right)
</div>
</aside>
1
2
3
render BetterUi::Drawer::SidebarComponent.new(position: :left) do |sidebar|
sidebar.with_navigation { "Left-positioned Sidebar (border on right)" }
end