<%= render(Yattho::Beta::Subhead.new) do |component| %> <% component.with_heading do %> My Heading <% end %> <% component.with_description do %> My Description <% end %> <% component.with_actions do %> <%= render( Yattho::ButtonComponent.new( tag: :a, href: "http://www.google.com", scheme: :danger ) ) { "Action" } %> <% end %> <% end %>