Sha256: 9250dbd075f3f3c7c16922454fd05e4a7f5242254a689fa167f18290cb701ae3

Contents?: true

Size: 826 Bytes

Versions: 57

Compression:

Stored size: 826 Bytes

Contents

<% if @collapsable %>
  <div class="flex justify-between cursor-pointer px-4 pr-2 py-1 text-gray-500"
    data-action="click->menu#triggerCollapse"
    data-menu-key-param="<%= @key %>"
  >
    <div class="flex items-center text-sm uppercase font-semibold leading-none space-x-1">
      <span class="min-w-[20px]"><%= @icon %></span> <span><%= @label %></span>
    </div>
    <div class="<%= 'rotate-90' if @collapsed %>"
      data-menu-target="svg"
    >
      <%= helpers.svg 'heroicons/outline/chevron-down', class: 'h-5'%>
    </div>
  </div>
<% else %>
  <div class="flex justify-between px-4 pr-2 py-1 text-gray-500">
    <div class="flex items-center text-sm uppercase font-semibold leading-none space-x-1">
      <span class="min-w-[20px]"><%= @icon %></span> <span><%= @label %></span>
    </div>
  </div>
<% end %>

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
avo-3.18.1.tw4 app/components/avo/sidebar/heading_component.html.erb
avo-3.18.1 app/components/avo/sidebar/heading_component.html.erb
avo-3.18.0.tw4 app/components/avo/sidebar/heading_component.html.erb
avo-3.18.0 app/components/avo/sidebar/heading_component.html.erb
avo-3.17.9.beta2 app/components/avo/sidebar/heading_component.html.erb
avo-3.17.9.beta1 app/components/avo/sidebar/heading_component.html.erb
avo-3.17.9.tw4 app/components/avo/sidebar/heading_component.html.erb
avo-3.17.9 app/components/avo/sidebar/heading_component.html.erb
avo-3.17.8.tw4 app/components/avo/sidebar/heading_component.html.erb
avo-3.17.8 app/components/avo/sidebar/heading_component.html.erb
avo-3.17.7 app/components/avo/sidebar/heading_component.html.erb
avo-3.17.6.tw4 app/components/avo/sidebar/heading_component.html.erb
avo-3.17.6 app/components/avo/sidebar/heading_component.html.erb
avo-3.17.5 app/components/avo/sidebar/heading_component.html.erb
avo-3.17.4 app/components/avo/sidebar/heading_component.html.erb
avo-3.17.3 app/components/avo/sidebar/heading_component.html.erb
avo-3.17.5.tw4 app/components/avo/sidebar/heading_component.html.erb
avo-3.17.4.tw4 app/components/avo/sidebar/heading_component.html.erb
avo-3.17.3.tw4 app/components/avo/sidebar/heading_component.html.erb
avo-3.17.2.tw4 app/components/avo/sidebar/heading_component.html.erb