Sha256: 35d8358662e2ae740e3d32d74f9502959922625dfccaf9bbe5cbe2be9b472d7e

Contents?: true

Size: 725 Bytes

Versions: 32

Compression:

Stored size: 725 Bytes

Contents

<div class="space-y-1 mb-4"
  <% if collapsable %>
    data-controller="menu"
    data-menu-target="self"
    data-menu-key-param="<%= key %>"
    data-menu-default-collapsed-state="<%= collapsed ? 'collapsed' : 'expanded' %>"
  <% end %>
>
  <%= render Avo::Sidebar::HeadingComponent.new label: item.name, icon: helpers.svg(icon, class: "h-5"), collapsable: item.collapsable, collapsed: collapsed, key: key %>
  <%= content_tag :div, class: class_names("w-full space-y-1", {"hidden": collapsed}),
    data: {
      menu_target: :items,
      **section_collapse_data_animation
    } do %>
    <% @items.each do |item| %>
      <%= render Avo::Sidebar::ItemSwitcherComponent.new item: item %>
    <% end %>
  <% end %>
</div>

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
avo-3.16.5 app/components/avo/sidebar/section_component.html.erb
avo-3.16.4 app/components/avo/sidebar/section_component.html.erb
avo-3.16.3 app/components/avo/sidebar/section_component.html.erb
avo-3.16.2 app/components/avo/sidebar/section_component.html.erb
avo-3.16.1 app/components/avo/sidebar/section_component.html.erb
avo-3.16.0 app/components/avo/sidebar/section_component.html.erb
avo-3.15.7 app/components/avo/sidebar/section_component.html.erb
avo-3.15.6 app/components/avo/sidebar/section_component.html.erb
avo-3.15.5 app/components/avo/sidebar/section_component.html.erb
avo-3.15.4 app/components/avo/sidebar/section_component.html.erb
avo-3.15.3 app/components/avo/sidebar/section_component.html.erb
avo-3.15.2 app/components/avo/sidebar/section_component.html.erb
avo-3.15.1 app/components/avo/sidebar/section_component.html.erb
avo-3.15.0 app/components/avo/sidebar/section_component.html.erb
avo-3.14.5 app/components/avo/sidebar/section_component.html.erb
avo-3.14.4 app/components/avo/sidebar/section_component.html.erb
avo-3.14.3 app/components/avo/sidebar/section_component.html.erb
avo-3.14.2 app/components/avo/sidebar/section_component.html.erb
avo-3.14.1 app/components/avo/sidebar/section_component.html.erb
avo-3.14.0 app/components/avo/sidebar/section_component.html.erb