Sha256: eae359a050c2b8a89199027ae32f32af1b909c46dd94ce663b4f2d8b0e2c894e

Contents?: true

Size: 318 Bytes

Versions: 18

Compression:

Stored size: 318 Bytes

Contents

<%= render Ariadne::BaseComponent.new(tag: @tag, classes: @classes, attributes: @attributes) do |component| %>
  <%= icon %>
  <%= title %>
  <% if actions? %>
    <div class="<%= @actions_wrapper_classes %>">
      <% actions.each do |action| %>
        <%= action %>
      <% end %>
    </div>
  <% end %>
<% end %>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
ariadne_view_components-0.0.50 app/components/ariadne/action_card_component.html.erb
ariadne_view_components-0.0.50-arm64-darwin app/components/ariadne/action_card_component.html.erb
ariadne_view_components-0.0.50-x64-mingw-ucrt app/components/ariadne/action_card_component.html.erb
ariadne_view_components-0.0.50-x86_64-darwin app/components/ariadne/action_card_component.html.erb
ariadne_view_components-0.0.50-x86_64-linux app/components/ariadne/action_card_component.html.erb
ariadne_view_components-0.0.50-aarch64-linux app/components/ariadne/action_card_component.html.erb
ariadne_view_components-0.0.49-aarch64-linux app/components/ariadne/action_card_component.html.erb
ariadne_view_components-0.0.49-x86_64-darwin app/components/ariadne/action_card_component.html.erb
ariadne_view_components-0.0.49-x86_64-linux app/components/ariadne/action_card_component.html.erb
ariadne_view_components-0.0.49-arm64-darwin app/components/ariadne/action_card_component.html.erb
ariadne_view_components-0.0.49-x64-mingw-ucrt app/components/ariadne/action_card_component.html.erb
ariadne_view_components-0.0.49 app/components/ariadne/action_card_component.html.erb
ariadne_view_components-0.0.48-x64-mingw-ucrt app/components/ariadne/action_card_component.html.erb
ariadne_view_components-0.0.48-aarch64-linux app/components/ariadne/action_card_component.html.erb
ariadne_view_components-0.0.48-x86_64-darwin app/components/ariadne/action_card_component.html.erb
ariadne_view_components-0.0.48-arm64-darwin app/components/ariadne/action_card_component.html.erb
ariadne_view_components-0.0.48 app/components/ariadne/action_card_component.html.erb
ariadne_view_components-0.0.48-x86_64-linux app/components/ariadne/action_card_component.html.erb