Sha256: fc6323698466d989c5940cac8d5a1161bc40c17c6ad8bd8ccea8765c52140fc9
Contents?: true
Size: 426 Bytes
Versions: 57
Compression:
Stored size: 426 Bytes
Contents
<% if method == :get %> <%= render_component :button, to:, icon:, label:, size:, tooltip:, color:, variant:, classname:, data: {turbo_frame:} %> <% else %> <%= form_for :action, url: to, method:, html: {class: classname, data: {turbo_confirm: confirmation, turbo_frame:}} do %> <%= render_component :button, type: :submit, icon:, label:, size:, tooltip:, color:, variant:, classname: "w-full" %> <% end %> <% end %>
Version data entries
57 entries across 57 versions & 1 rubygems