Sha256: 1064ba043fff50353957c308bfae9b58f89f8a4b630c1d5a1b2e35e5f624eb96
Contents?: true
Size: 385 Bytes
Versions: 2
Compression:
Stored size: 385 Bytes
Contents
<%= render(Yattho::BaseComponent.new(**@system_arguments)) do %> <%= render(Yattho::BaseComponent.new(tag: @tag, classes: "ActionList-sectionDivider-title", id: @list_id)) do %> <%= @title %> <% end %> <%= render Yattho::ConditionalWrapper.new(condition: @subtitle.present?, tag: :span, classes: "ActionListItem-description") do %> <%= @subtitle %> <% end %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yattho_view_components-0.1.1 | app/components/yattho/alpha/action_list/heading.html.erb |
yattho_view_components-0.0.1 | app/components/yattho/alpha/action_list/heading.html.erb |