Sha256: 99127fdf021d8b1a22caaafebb74ca37ed387bd5efdb7577731a71071b318ed7
Contents?: true
Size: 342 Bytes
Versions: 24
Compression:
Stored size: 342 Bytes
Contents
<%= render component_tag(x: {data: "appMenuButton"}) do %> <%= render button do |btn| %> <% if icon? %> <% btn.with_icon do %> <%= icon %> <% end %> <% end %> <% if menu? %> <% btn.with_dropdown do %> <%= menu %> <% end %> <% end %> <%= button_text %> <% end %> <% end %>
Version data entries
24 entries across 24 versions & 1 rubygems