Previews

1
2
3
4
5
6
7
8
render(Primer::Alpha::Layout.new(stacking_breakpoint: stacking_breakpoint, gutter: gutter, first_in_source: first_in_source)) do |component|
component.with_main(bg: :attention, p: 6) do
"Main content"
end
component.with_sidebar(bg: :accent, p: 6) do
"Sidebar content"
end
end