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">Title</h2>
<p data-view-component="true">Description</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("Title")
component.with_description { "Description" }
end
Param Description Input