Use the Heading component to wrap a component that will create a heading element
<%= render(Primer::HeadingComponent.new) { "H1 Text" } %><%= render(Primer::HeadingComponent.new(tag: :h2)) { "H2 Text" } %><%= render(Primer::HeadingComponent.new(tag: :h3)) { "H3 Text" } %>
system_arguments
Hash