Previews

1
2
3
4
5
6
7
8
render(Primer::Beta::BorderBox.new) do |component|
component.with_header { "Header" }
component.with_body { "Body" }
component.with_row { "Row one" }
component.with_row { "Row two" }
component.with_row { "Row three" }
component.with_footer { "Footer" }
end