PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Unsolved

Tailwind Navigation

sachilles

Apr 23rd, 2022 06:24 AM

Hi Guys,

i bought tailwindui and have been trying to integrate the navigation for a few hours/days. it's not going well. I dont get any further. it seems i need to update tailwind. or something else. on tony's video on youtube it works straight away for him. i did the exact same thing. can someone help me? see the video 40sek. https://www.screencast.com/t/4wWWphPweX9x

this is the code

<!-- Picker area -->
<div class="mx-auto md:hidden">
  <div class="relative">
    <label for="inbox-select" class="sr-only">Choose inbox</label>
    <select id="inbox-select" class="rounded-md border-0 bg-none pl-3 pr-8 text-base font-medium text-gray-900 focus:ring-2 focus:ring-indigo-600">
      <option selected>Open</option>

      <option>Archive</option>

      <option>Customers</option>

      <option>Flagged</option>

      <option>Spam</option>

      <option>Drafts</option>
    </select>
    <div class="pointer-events-none absolute inset-y-0 right-0 flex items-center justify-center pr-2">
      <!-- Heroicon name: solid/chevron-down -->
      <svg class="h-5 w-5 text-gray-500" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
        <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd" />
      </svg>
    </div>
  </div>
</div>

<!-- Menu button area -->
<div class="absolute inset-y-0 right-0 pr-4 flex items-center sm:pr-6 md:hidden">
  <!-- Mobile menu button -->
  <button type="button" class="-mr-2 inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-indigo-600">
    <span class="sr-only">Open main menu</span>
    <!-- Heroicon name: outline/menu -->
    <svg class="block h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
      <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
    </svg>
  </button>
</div>

<!-- Desktop nav area -->
<div class="hidden md:min-w-0 md:flex-1 md:flex md:items-center md:justify-between">
  <div class="min-w-0 flex-1">
    <div class="max-w-2xl relative text-gray-400 focus-within:text-gray-500">
      <label for="desktop-search" class="sr-only">Search</label>
      <input id="desktop-search" type="search" placeholder="Search" class="block w-full border-transparent pl-12 placeholder-gray-500 focus:border-transparent sm:text-sm focus:ring-0">
      <div class="pointer-events-none absolute inset-y-0 left-0 flex items-center justify-center pl-4">
        <!-- Heroicon name: solid/search -->
        <svg class="h-5 w-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
          <path fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8zM2 8a6 6 0 1110.89 3.476l4.817 4.817a1 1 0 01-1.414 1.414l-4.816-4.816A6 6 0 012 8z" clip-rule="evenodd" />
        </svg>
      </div>
    </div>
  </div>
  <div class="ml-10 pr-4 flex-shrink-0 flex items-center space-x-10">
    <nav aria-label="Global" class="flex space-x-10">
      <a href="#" class="text-sm font-medium text-gray-900">Inboxes</a>
      <a href="#" class="text-sm font-medium text-gray-900">Reporting</a>
      <a href="#" class="text-sm font-medium text-gray-900">Settings</a>
    </nav>
    <div class="flex items-center space-x-8">
      <span class="inline-flex">
        <a href="#" class="-mx-1 bg-white p-1 rounded-full text-gray-400 hover:text-gray-500">
          <span class="sr-only">View notifications</span>
          <!-- Heroicon name: outline/bell -->
          <svg class="h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9" />
          </svg>
        </a>
      </span>

      <div class="relative inline-block text-left">
        <button type="button" class="bg-white rounded-full flex text-sm focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-600" id="menu-0-button" aria-expanded="false" aria-haspopup="true">
          <span class="sr-only">Open user menu</span>
          <img class="h-8 w-8 rounded-full" src="https://images.unsplash.com/photo-1517365830460-955ce3ccd263?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80" alt="">
        </button>

        <!--
          Dropdown menu, show/hide based on menu state.

          Entering: "transition ease-out duration-100"
            From: "transform opacity-0 scale-95"
            To: "transform opacity-100 scale-100"
          Leaving: "transition ease-in duration-75"
            From: "transform opacity-100 scale-100"
            To: "transform opacity-0 scale-95"
        -->
        <div class="origin-top-right absolute z-30 right-0 mt-2 w-56 rounded-md shadow-lg bg-white ring-1 ring-black ring-opacity-5 focus:outline-none" role="menu" aria-orientation="vertical" aria-labelledby="menu-0-button" tabindex="-1">
          <div class="py-1" role="none">
            <!-- Active: "bg-gray-100", Not Active: "" -->
            <a href="#" class="block px-4 py-2 text-sm text-gray-700" role="menuitem" tabindex="-1" id="menu-0-item-0"> Your Profile </a>
            <a href="#" class="block px-4 py-2 text-sm text-gray-700" role="menuitem" tabindex="-1" id="menu-0-item-1"> Sign Out </a>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

<!-- Mobile menu, show/hide this `div` based on menu open/closed state -->

<div class="fixed inset-0 z-40 md:hidden" role="dialog" aria-modal="true">
  <!--
    Off-canvas menu overlay, show/hide based on off-canvas menu state.

    Entering: "transition-opacity ease-linear duration-300"
      From: "opacity-0"
      To: "opacity-100"
    Leaving: "transition-opacity ease-linear duration-300"
      From: "opacity-100"
      To: "opacity-0"
  -->
  <div class="hidden sm:block sm:fixed sm:inset-0 sm:bg-gray-600 sm:bg-opacity-75" aria-hidden="true"></div>

  <!--
    Mobile menu, toggle classes based on menu state.

    Entering: "transition ease-out duration-150 sm:ease-in-out sm:duration-300"
      From: "transform opacity-0 scale-110 sm:translate-x-full sm:scale-100 sm:opacity-100"
      To: "transform opacity-100 scale-100  sm:translate-x-0 sm:scale-100 sm:opacity-100"
    Leaving: "transition ease-in duration-150 sm:ease-in-out sm:duration-300"
      From: "transform opacity-100 scale-100 sm:translate-x-0 sm:scale-100 sm:opacity-100"
      To: "transform opacity-0 scale-110  sm:translate-x-full sm:scale-100 sm:opacity-100"
  -->
  <nav class="fixed z-40 inset-0 h-full w-full bg-white sm:inset-y-0 sm:left-auto sm:right-0 sm:max-w-sm sm:w-full sm:shadow-lg" aria-label="Global">
    <div class="h-16 flex items-center justify-between px-4 sm:px-6">
      <a href="#">
        <img class="block h-8 w-auto" src="https://tailwindui.com/img/logos/workflow-mark.svg?color=indigo&shade=500" alt="Workflow">
      </a>
      <button type="button" class="-mr-2 inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-indigo-600">
        <span class="sr-only">Close main menu</span>
        <!-- Heroicon name: outline/x -->
        <svg class="block h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" />
        </svg>
      </button>
    </div>
    <div class="mt-2 max-w-8xl mx-auto px-4 sm:px-6">
      <div class="relative text-gray-400 focus-within:text-gray-500">
        <label for="mobile-search" class="sr-only">Search all inboxes</label>
        <input id="mobile-search" type="search" placeholder="Search all inboxes" class="block w-full border-gray-300 rounded-md pl-10 placeholder-gray-500 focus:border-indigo-600 focus:ring-indigo-600">
        <div class="absolute inset-y-0 left-0 flex items-center justify-center pl-3">
          <!-- Heroicon name: solid/search -->
          <svg class="h-5 w-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
            <path fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8zM2 8a6 6 0 1110.89 3.476l4.817 4.817a1 1 0 01-1.414 1.414l-4.816-4.816A6 6 0 012 8z" clip-rule="evenodd" />
          </svg>
        </div>
      </div>
    </div>
    <div class="max-w-8xl mx-auto py-3 px-2 sm:px-4">
      <a href="#" class="block rounded-md py-2 px-3 text-base font-medium text-gray-900 hover:bg-gray-100">Inboxes</a>

      <a href="#" class="block rounded-md py-2 pl-5 pr-3 text-base font-medium text-gray-500 hover:bg-gray-100">Technical Support</a>

      <a href="#" class="block rounded-md py-2 pl-5 pr-3 text-base font-medium text-gray-500 hover:bg-gray-100">Sales</a>

      <a href="#" class="block rounded-md py-2 pl-5 pr-3 text-base font-medium text-gray-500 hover:bg-gray-100">General</a>

      <a href="#" class="block rounded-md py-2 px-3 text-base font-medium text-gray-900 hover:bg-gray-100">Reporting</a>

      <a href="#" class="block rounded-md py-2 px-3 text-base font-medium text-gray-900 hover:bg-gray-100">Settings</a>
    </div>
    <div class="border-t border-gray-200 pt-4 pb-3">
      <div class="max-w-8xl mx-auto px-4 flex items-center sm:px-6">
        <div class="flex-shrink-0">
          <img class="h-10 w-10 rounded-full" src="https://images.unsplash.com/photo-1517365830460-955ce3ccd263?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80" alt="">
        </div>
        <div class="ml-3 min-w-0 flex-1">
          <div class="text-base font-medium text-gray-800 truncate">Whitney Francis</div>
          <div class="text-sm font-medium text-gray-500 truncate">[email protected]</div>
        </div>
        <a href="#" class="ml-auto flex-shrink-0 bg-white p-2 text-gray-400 hover:text-gray-500">
          <span class="sr-only">View notifications</span>
          <!-- Heroicon name: outline/bell -->
          <svg class="h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9" />
          </svg>
        </a>
      </div>
      <div class="mt-3 max-w-8xl mx-auto px-2 space-y-1 sm:px-4">
        <a href="#" class="block rounded-md py-2 px-3 text-base font-medium text-gray-900 hover:bg-gray-50">Your Profile</a>

        <a href="#" class="block rounded-md py-2 px-3 text-base font-medium text-gray-900 hover:bg-gray-50">Sign out</a>
      </div>
    </div>
  </nav>
</div>
bobbyiliev

Apr 24th, 2022 09:21 AM

Hi there,

Ah yes I believe that Tailwind UI do not provide you with the JS part.

For the menu itself you could use Alpine.js and hide and show the menu accordingly using the x-show method as describe here in their docs:

https://alpinejs.dev/directives/show

Alternatively, I think that you could get the JS that they use at Tailwind UI by right clicking on the example and coping the outer HTML:

Tailwind UI JS

sachilles

Apr 25th, 2022 04:26 AM

thanks bobby, i will trai this later. now i have a problem with the tallstack theme. its extremly slow by loading

bobbyiliev

Apr 27th, 2022 09:07 AM

Ah yes noticed that you've sorted that out by running npm run production!

sheppardowens7578328

Aug 24th, 2022 08:15 PM

@basketball stars Thank you for your question, I am also having trouble with my software, I have upgraded but I can't use it.