Avatar to be rendered to the left of the Badge.
Badge that will be connected to other TimelineItems.
Body to be rendered to the left of the Badge.
<div style="padding-left: 60px">
<%= render(Primer::TimelineItemComponent.new) do |component| %>
<% component.avatar(src: "https://github.com/github.png", alt: "github") %>
<% component.badge(bg: :success_emphasis, color: :on_emphasis, icon: :check) %>
<% component.body { "Success!" } %>
<% end %>
</div>