Previews

1
2
3
4
render Primer::Beta::Blankslate.new(narrow: narrow, spacious: spacious, border: border) do |component|
component.with_heading(tag: :h2).with_content("It looks like we have discovered a vulnerability")
component.with_primary_action(href: "#").with_content("Fix issue")
end