Sha256: d9f9724e1441a3e8898a9896b848645424e27150f8d763244db18dd0fe3b58cb
Contents?: true
Size: 597 Bytes
Versions: 16
Compression:
Stored size: 597 Bytes
Contents
<clipboard-copy class="<%= html_attrs[:class] %>" <%= 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
16 entries across 16 versions & 1 rubygems