Sha256: 2a72c4781d76f5a666615773e6b0405bbedfcfcd8e76988e760c95951899806e
Contents?: true
Size: 591 Bytes
Versions: 26
Compression:
Stored size: 591 Bytes
Contents
<clipboard-copy class="<%= style(size:) %>" <%= html_attributes %>> <% if content.present? %> <%= content %> <% else %> <%= render Ariadne::UI::Heroicon::Component.new(icon: :"document-duplicate", variant: HeroiconsHelper::Icon::VARIANT_OUTLINE, html_attrs: { data: { "ariadne-ui-clipboard-copy-target" => "initial" }}) %> <%= render Ariadne::UI::Heroicon::Component.new(icon: :check, variant: HeroiconsHelper::Icon::VARIANT_OUTLINE, html_attrs: { class: "text-green-600 hidden", data: { "ariadne-ui-clipboard-copy-target" => "confirmed" }}) %> <% end %> </clipboard-copy>
Version data entries
26 entries across 26 versions & 1 rubygems