Sha256: ad034bdc2f640179cc7a1f142d7ee611fff951c44e5cc4312b8dcca63088a2ac

Contents?: true

Size: 380 Bytes

Versions: 4

Compression:

Stored size: 380 Bytes

Contents

<div class="Polaris-Card <%= extra_class %>">
  <% if heading.present? %>
    <div class="Polaris-Card__Header">
      <h2 class="Polaris-Heading"><%= heading %></h2>
    </div>
  <% end %>
  <div class="Polaris-Card__Section">
    <%= capture(&block) %>
  </div>
  <% if footer.present? %>
    <div class="Polaris-Card__Footer">
      <%= footer %>
    </div>
  <% end %>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
polaris_view_helpers-1.2.11 app/views/polaris/_card.html.erb
polaris_view_helpers-1.2.10 app/views/polaris/_card.html.erb
polaris_view_helpers-1.2.9 app/views/polaris/_card.html.erb
polaris_view_helpers-1.2.8 app/views/polaris/_card.html.erb