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-l border-grayscale-200 shrink-0" data-position="right" data-collapsible="true">
<div class="flex-1 overflow-y-auto p-4 space-y-6">
Right-positioned Sidebar (border on left)
</div>
</aside>
1
2
3
render BetterUi::Drawer::SidebarComponent.new(position: :right) do |sidebar|
sidebar.with_navigation { "Right-positioned Sidebar (border on left)" }
end