Sha256: e97593a7890e29431979ea61c46b0af26ed284194402c516a1951099d60d65ae
Contents?: true
Size: 347 Bytes
Versions: 6
Compression:
Stored size: 347 Bytes
Contents
<%= 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 %>
Version data entries
6 entries across 6 versions & 2 rubygems