Sha256: 305ea1fbf51652fabff22dccbc79def990fdf2f472fc918ba0b06f7bd3ec8f23

Contents?: true

Size: 630 Bytes

Versions: 262

Compression:

Stored size: 630 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 %>
  <div class="w-full space-y-1 <%= 'hidden' if collapsed %>" data-menu-target="items">
    <% items.each do |item| %>
      <%= render Avo::Sidebar::ItemSwitcherComponent.new item: item %>
    <% end %>
  </div>
</div>

Version data entries

262 entries across 262 versions & 1 rubygems

Version Path
avo-2.53.0 app/components/avo/sidebar/section_component.html.erb
avo-2.52.0 app/components/avo/sidebar/section_component.html.erb
avo-2.49.0 app/components/avo/sidebar/section_component.html.erb
avo-3.6.1 app/components/avo/sidebar/section_component.html.erb
avo-3.6.0 app/components/avo/sidebar/section_component.html.erb
avo-3.5.8 app/components/avo/sidebar/section_component.html.erb
avo-3.5.7 app/components/avo/sidebar/section_component.html.erb
avo-3.5.6 app/components/avo/sidebar/section_component.html.erb
avo-3.5.6.beta1 app/components/avo/sidebar/section_component.html.erb
avo-3.5.5 app/components/avo/sidebar/section_component.html.erb
avo-3.5.4 app/components/avo/sidebar/section_component.html.erb
avo-3.5.3 app/components/avo/sidebar/section_component.html.erb
avo-3.5.2 app/components/avo/sidebar/section_component.html.erb
avo-3.5.1 app/components/avo/sidebar/section_component.html.erb
avo-3.5.0 app/components/avo/sidebar/section_component.html.erb
avo-3.4.4 app/components/avo/sidebar/section_component.html.erb
avo-3.4.3 app/components/avo/sidebar/section_component.html.erb
avo-3.4.2 app/components/avo/sidebar/section_component.html.erb
avo-2.48.0 app/components/avo/sidebar/section_component.html.erb
avo-3.4.1 app/components/avo/sidebar/section_component.html.erb