Sha256: b1ba976565821a2be0772955bfd49eb6c7e18206f95ea17c01b517befb278352
Contents?: true
Size: 558 Bytes
Versions: 8
Compression:
Stored size: 558 Bytes
Contents
<div class="ariadne-grow ariadne-flex ariadne-flex-col ariadne-justify-center ariadne-items-center <%= base? ? 'ariadne-gap-4' : 'ariadne-gap-1' %>"> <%= icon %> <div class="ariadne-text-center ariadne-space-y-2"> <%= render(Ariadne::UI::Typography::Component.new(type: title_type_from_size)) { title } %> <% if description.present? %> <%= render(Ariadne::UI::Typography::Component.new(type: description_type_from_size, html_attrs: { class: "text-zinc-600 dark:text-zinc-400 text-balance" })) { description } %> <% end %> </div> </div>
Version data entries
8 entries across 8 versions & 1 rubygems