Sha256: 930b6710e76e25e2ebf0a1fcbb19fb40053d2a360970b416d49d48291357550b
Contents?: true
Size: 604 Bytes
Versions: 2
Compression:
Stored size: 604 Bytes
Contents
<%= render Yattho::BaseComponent.new(**@system_arguments) do %> <% if loading.present? %> <%= loading %> <% else %> <%= render(Yattho::Beta::Spinner.new(size: :large, flex: 1, "data-loading-slot": true)) %> <% end %> <input autocomplete="off" type="hidden" data-image-crop-input="x" name="cropped_x"> <input autocomplete="off" type="hidden" data-image-crop-input="y" name="cropped_y"> <input autocomplete="off" type="hidden" data-image-crop-input="width" name="cropped_width"> <input autocomplete="off" type="hidden" data-image-crop-input="height" name="cropped_height"> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yattho_view_components-0.1.1 | app/components/yattho/alpha/image_crop.html.erb |
yattho_view_components-0.0.1 | app/components/yattho/alpha/image_crop.html.erb |