Previews

No matching results.

x
1
2
3
4
5
6
<div class="blankslate-container">
<div data-view-component="true" class="blankslate">
<h2 data-view-component="true" class="blankslate-heading">It looks like we have discovered a vulnerability</h2>
<p data-view-component="true">Millions of teams trust GitHub to keep their work safe</p>
</div>
</div>
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_description { "Millions of teams trust GitHub to keep their work safe" }
end
Param Description Input