Sha256: 1e87e5322b36864aa99c693de468f4119df5627c7802a94133630340d24f3312
Contents?: true
Size: 439 Bytes
Versions: 2
Compression:
Stored size: 439 Bytes
Contents
<%= tab_container_wrapper(with_panel: true, **@wrapper_arguments) do %> <%= render Yattho::BaseComponent.new(**@system_arguments) do %> <%= extra if @align == :left %> <%= render Yattho::BaseComponent.new(**@body_arguments) do %> <% tabs.each do |tab| %> <%= tab %> <% end %> <% end %> <%= extra if @align == :right %> <% end %> <% tabs.each do |tab| %> <%= tab.panel %> <% end %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yattho_view_components-0.1.1 | app/components/yattho/alpha/tab_panels.html.erb |
yattho_view_components-0.0.1 | app/components/yattho/alpha/tab_panels.html.erb |