Previews

1
2
3
4
5
6
7
render Primer::Beta::Blankslate.new(narrow: narrow, spacious: spacious, border: border) do |component|
component.with_visual_icon(icon: :shield)
component.with_heading(tag: :h2).with_content("It looks like we have discovered a vulnerability")
component.with_description { "Millions of teams trust GitHub to keep their work safe" }
component.with_primary_action(href: "#").with_content("Fix issue")
component.with_secondary_action(href: "#").with_content("Learn more about vulnerabilities")
end