Sha256: c06eeab6159064bf37f03ce257a09e314ec3727c29fca10d1503d4ed333691df
Contents?: true
Size: 444 Bytes
Versions: 16
Compression:
Stored size: 444 Bytes
Contents
<%= render_component :button, name: "copy-button", **@button_attrs, "x-data": prepare_alpine_data, "@click.prevent": "copyToClipboard" do |button| %> <% button.icon name: @icon, size: icon_size, "x-show": "!copied", cloak: true %> <%= icon :check, size: icon_size, class: "text-green-500", "x-show": "copied", cloak: true %> <% if content %> <div x-ref="copyTarget" class="hidden"><%== content %></div> <% end %> <% end %>
Version data entries
16 entries across 16 versions & 1 rubygems