Previews

1
2
3
4
5
6
<div style="display: flex">
<%= render Primer::Beta::Blankslate.new do |component| %>
<% component.with_heading(tag: :h2) { "Heading" } %>
<% component.with_description { "Description" } %>
<% end %>
</div>