Previews

1
2
3
4
5
6
7
8
9
10
11
12
13
<%= render(Primer::Beta::Subhead.new) do |component| %>
<% component.with_heading do %>
A Heading
<% end %>
<% component.with_description do %>
A description with actions
<% end %>
<% component.with_actions do %>
<% render(Primer::Beta::Button.new(scheme: :primary)) do %>
An action
<% end %>
<% end %>
<% end %>