Sha256: 313e093b33daaf809717722e9ded227673e5124efca45e5ea0df1bdbd5ae6c06

Contents?: true

Size: 307 Bytes

Versions: 1

Compression:

Stored size: 307 Bytes

Contents

<%= render(Yattho::Beta::BorderBox.new(padding: :condensed)) do |component| %>
  <% component.with_header do %>
    Header
  <% end %>
  <% component.with_body do %>
    Body
  <% end %>
  <% component.with_row do %>
    Row two
  <% end %>
  <% component.with_footer do %>
    Footer
  <% end %>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
yattho_view_components-0.0.1 previews/docs/beta_border_box_preview/padding_density.html.erb