Sha256: 3d241bbf8fc2f489f5bd1ca09d1a26e517950dd7140b7a7f3d3b174604faf78a

Contents?: true

Size: 319 Bytes

Versions: 1

Compression:

Stored size: 319 Bytes

Contents

<% if to %>
  <%= link_to to, role: "button", **component_attributes do %>
    <%= render_icon icon if icon %>
    <span><%= label %></span>
  <% end %>
<% else %>
  <button <%= render_component_attributes %> type="<%= type %>" %>
    <%= render_icon icon if icon %>
    <span><%= label %></span>
  </button>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
plutonium-0.8.0 app/views/components/button/button_component.html.erb