Sha256: 5ee0710abe9bc9eb010f1c1ff7f4e7c3c9b947e83f70e7350046ef6a896cfc6a

Contents?: true

Size: 441 Bytes

Versions: 1

Compression:

Stored size: 441 Bytes

Contents

<%= wrapper(with_panel: true, **@wrapper_arguments) do %>
  <%= render Primer::BaseComponent.new(**@system_arguments) do %>
    <% if @align == :right %>
      <%= actions %>
    <% end %>
    <%= render body do %>
      <% tabs.each do |tab| %>
        <%= tab %>
      <% end %>
    <% end %>
    <% if @align == :left %>
      <%= actions %>
    <% end %>
  <% end %>
  <% tabs.each do |tab| %>
    <%= tab.panel %>
  <% end %>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
primer_view_components-0.0.54 app/components/primer/alpha/underline_panels.html.erb