Sha256: 04164055a4099dc15325c636fe7dd1f3fb331aaa592c04d6a9ec4580c53eded4

Contents?: true

Size: 885 Bytes

Versions: 16

Compression:

Stored size: 885 Bytes

Contents

<%
path = page_path(node.lookup_path)
depth = node.hierarchy_depth + 1
%>
<li key="nav-page-<%= node.id %>-item">
  <div id="nav-page-<%= node.id %>" x-data="navItem(<%= node.matchers.to_json %>)" :class="{hidden}" data-path="<%= path %>" x-cloak>
    <a href="<%= path %>"
      class="nav-link pr-3 py-[5px] flex items-center w-full group transition hover:bg-gray-200 hover:bg-opacity-50"
      style="padding-left: calc((<%= depth - 1 %> * 12px) + 0.5rem);"
      x-ref="link"
      :class="{'!bg-indigo-100':active}"
      @click.stop.prevent="navigate"
    >
      <div class="relative w-3.5 h-3.5 mr-1.5 ml-[3px]" :class="active ? 'text-gray-900' : 'text-indigo-500'">
        <%= icon "file", size: 3.5, class: "group-hover:text-indigo-800" %>
      </div>
      <div class="truncate whitespace-nowrap select-none">
        <%= node.label %>
      </div>
    </a>
  </div>
</li>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
lookbook-0.8.3 app/views/lookbook/components/_nav_page.html.erb
lookbook-0.8.2 app/views/lookbook/components/_nav_page.html.erb
lookbook-0.8.1 app/views/lookbook/components/_nav_page.html.erb
lookbook-0.8.0 app/views/lookbook/components/_nav_page.html.erb
lookbook-0.8.0.beta.0 app/views/lookbook/components/_nav_page.html.erb
lookbook-0.7.4 app/views/lookbook/components/_nav_page.html.erb
lookbook-0.7.3 app/views/lookbook/components/_nav_page.html.erb
lookbook-0.7.2 app/views/lookbook/components/_nav_page.html.erb
lookbook-0.7.2.beta.5 app/views/lookbook/components/_nav_page.html.erb
lookbook-0.7.2.beta.4 app/views/lookbook/components/_nav_page.html.erb
lookbook-0.7.2.beta.3 app/views/lookbook/components/_nav_page.html.erb
lookbook-0.7.2.beta.2 app/views/lookbook/components/_nav_page.html.erb
lookbook-0.7.2.beta.1 app/views/lookbook/components/_nav_page.html.erb
lookbook-0.7.2.beta.0 app/views/lookbook/components/_nav_page.html.erb
lookbook-0.7.1 app/views/lookbook/components/_nav_page.html.erb
lookbook-0.7.0 app/views/lookbook/components/_nav_page.html.erb