Sha256: e9b762484ff1b656e3fa3bd27075d5d404ed72dac2b8f42c958cfcc9116223ea
Contents?: true
Size: 291 Bytes
Versions: 2
Compression:
Stored size: 291 Bytes
Contents
<%= render Yattho::BaseComponent.new(**@system_arguments) do %> <% if content.present? %> <%= content %> <% else %> <%= render Yattho::Beta::Octicon.new(:copy) %> <%= render Yattho::Beta::Octicon.new(:check, color: :success, style: "display: none;") %> <% end %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yattho_view_components-0.1.1 | app/components/yattho/beta/clipboard_copy.html.erb |
yattho_view_components-0.0.1 | app/components/yattho/beta/clipboard_copy.html.erb |