Sha256: 241ea13f4441e3d46beee07243f12798a983542bb32c2e48dfb7cbed0f554d71

Contents?: true

Size: 690 Bytes

Versions: 33

Compression:

Stored size: 690 Bytes

Contents

<%= content_tag :div,
  class: "opacity-0 group-hover:opacity-100 transition-opacity duration-200",
  data: {
    controller: "clipboard",
    clipboard_success_duration_value: @duration_value,
    clipboard_success_content_value: @content_value
  } do %>
  <div class="hidden" data-clipboard-target="source"><%= @value %></div>
  <div class="text-xs xl:text-sm">
    <%= content_tag :button,
      type: "button",
      data: {
        action: "clipboard#copy",
        clipboard_target: "button",
        tippy: "tooltip",
        tippy_content: I18n.t("avo.copy")
      } do %>
      <%= helpers.svg "heroicons/outline/clipboard", class: "h-4 inline" %>
    <% end %>
  </div>
<% end %>

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
avo-3.18.1.tw4 app/components/avo/clipboard_component.html.erb
avo-3.18.1 app/components/avo/clipboard_component.html.erb
avo-3.18.0.tw4 app/components/avo/clipboard_component.html.erb
avo-3.18.0 app/components/avo/clipboard_component.html.erb
avo-3.17.9.beta2 app/components/avo/clipboard_component.html.erb
avo-3.17.9.beta1 app/components/avo/clipboard_component.html.erb
avo-3.17.9.tw4 app/components/avo/clipboard_component.html.erb
avo-3.17.9 app/components/avo/clipboard_component.html.erb
avo-3.17.8.tw4 app/components/avo/clipboard_component.html.erb
avo-3.17.8 app/components/avo/clipboard_component.html.erb
avo-3.17.7 app/components/avo/clipboard_component.html.erb
avo-3.17.6.tw4 app/components/avo/clipboard_component.html.erb
avo-3.17.6 app/components/avo/clipboard_component.html.erb
avo-3.17.5 app/components/avo/clipboard_component.html.erb
avo-3.17.4 app/components/avo/clipboard_component.html.erb
avo-3.17.3 app/components/avo/clipboard_component.html.erb
avo-3.17.5.tw4 app/components/avo/clipboard_component.html.erb
avo-3.17.4.tw4 app/components/avo/clipboard_component.html.erb
avo-3.17.3.tw4 app/components/avo/clipboard_component.html.erb
avo-3.17.2.tw4 app/components/avo/clipboard_component.html.erb