Sha256: 02a6f0953732fe7d44b685d7c848b08ff97030c98a64cce6a33d8ffd9783c357

Contents?: true

Size: 346 Bytes

Versions: 43

Compression:

Stored size: 346 Bytes

Contents

<%= render Ariadne::BaseComponent.new(tag: @tag, classes: @classes, attributes: @attributes) do %>
  <%if tooltipped? %>
    <%= tooltip.to_s %>
    <% avatars.each_with_index do |avatar, i| %>
      <%= avatar %>
    <% end %>
  <% else %>
    <% avatars.each_with_index do |avatar, i| %>
      <%= avatar %>
    <% end %>
  <% end %>
<% end %>

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
ariadne_view_components-0.0.20 app/components/ariadne/avatar_stack_component.html.erb
ariadne_view_components-0.0.20-x86_64-linux app/components/ariadne/avatar_stack_component.html.erb
ariadne_view_components-0.0.20-x86_64-darwin app/components/ariadne/avatar_stack_component.html.erb
ariadne_view_components-0.0.20-x64-mingw32 app/components/ariadne/avatar_stack_component.html.erb
ariadne_view_components-0.0.20-x64-mingw-ucrt app/components/ariadne/avatar_stack_component.html.erb
ariadne_view_components-0.0.20-arm64-darwin app/components/ariadne/avatar_stack_component.html.erb
ariadne_view_components-0.0.20-aarch64-linux app/components/ariadne/avatar_stack_component.html.erb
ariadne_view_components-0.0.19 app/components/ariadne/avatar_stack_component.html.erb
ariadne_view_components-0.0.18 app/components/ariadne/avatar_stack_component.html.erb
ariadne_view_components-0.0.18-x86_64-linux app/components/ariadne/avatar_stack_component.html.erb
ariadne_view_components-0.0.18-x86_64-darwin app/components/ariadne/avatar_stack_component.html.erb
ariadne_view_components-0.0.18-x64-mingw32 app/components/ariadne/avatar_stack_component.html.erb
ariadne_view_components-0.0.18-x64-mingw-ucrt app/components/ariadne/avatar_stack_component.html.erb
ariadne_view_components-0.0.18-arm64-darwin app/components/ariadne/avatar_stack_component.html.erb
ariadne_view_components-0.0.18-aarch64-linux app/components/ariadne/avatar_stack_component.html.erb
ariadne_view_components-0.0.17-x86_64-linux app/components/ariadne/avatar_stack_component.html.erb
ariadne_view_components-0.0.17-x86_64-darwin app/components/ariadne/avatar_stack_component.html.erb
ariadne_view_components-0.0.17-x64-mingw32 app/components/ariadne/avatar_stack_component.html.erb
ariadne_view_components-0.0.17-x64-mingw-ucrt app/components/ariadne/avatar_stack_component.html.erb
ariadne_view_components-0.0.17-arm64-darwin app/components/ariadne/avatar_stack_component.html.erb