Sha256: 3464df83762fb280c6cce46f378957af9bbecd983513368eb407fa2d6e558d93

Contents?: true

Size: 204 Bytes

Versions: 2

Compression:

Stored size: 204 Bytes

Contents

<%= render(Yattho::BaseComponent.new(**@system_arguments)) do %>
  <% if @side == :left %>
    <%= sidebar %>
  <% end %>
  <%= main %>
  <% if @side == :right %>
    <%= sidebar %>
  <% end %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yattho_view_components-0.1.1 app/components/yattho/layout_component.html.erb
yattho_view_components-0.0.1 app/components/yattho/layout_component.html.erb