App Shell
Sidebar + main content layout. Wraps layout.Sidebar with a flex container.
layout app-shell
Usage
layout.AppShell(layout.AppShellProps{},
layout.Sidebar(layout.SidebarProps{DefaultOpen: true},
layout.SidebarSection("Nav", /* items */),
),
h.Div(/* main content */),
)