<%= render(Yattho::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(Yattho::Beta::Button.new(scheme: :primary)) do %> An action <% end %> <% end %> <% end %>