Sha256: 8dad5b40b561e5ae916bc43910ec5251ad4d6f26a22f657fba43db0fa2d984be

Contents?: true

Size: 395 Bytes

Versions: 5

Compression:

Stored size: 395 Bytes

Contents

<header class="pl-4 w-full flex-none bg-white border-b border-gray-300 flex items-center h-10 select-none min-w-0">
  <button class="flex-none mr-6" x-show="!$store.layout.desktop" @click="$store.sidebar.toggle">
    <svg class="feather w-5 h-5 hover:text-indigo-500 transition">
      <use xlink:href="/lookbook-assets/feather-sprite.svg#menu" />
    </svg>
  </button>
  <%= yield %>
</header>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
lookbook-0.6.1 app/views/lookbook/components/_header.html.erb
lookbook-0.6.0 app/views/lookbook/components/_header.html.erb
lookbook-0.5.2 app/views/lookbook/components/_header.html.erb
lookbook-0.5.1 app/views/lookbook/components/_header.html.erb
lookbook-0.5.0 app/views/lookbook/components/_header.html.erb