Komponenten Navigationsleiste Glassmorphism Dashboard-Navigationsleiste

Glassmorphism Dashboard-Navigationsleiste

Glassmorphism Monochromatische komplexe Dashboard-Navigationsleiste mit Tailwind CSS, reaktionsschneller und dunkler Theme-Unterstützung.

Vorschau

HTML-Code

<nav class="p-4 bg-white bg-opacity-10 backdrop-filter backdrop-blur-lg dark:bg-gray-800 dark:bg-opacity-10 dark:backdrop-filter dark:backdrop-blur-lg">
  <div class="container mx-auto flex justify-between items-center">
    <div class="text-white font-bold text-xl">Dashboard</div>
    <div class="hidden md:flex space-x-4">
      <a href="#" class="text-white hover:text-gray-200">Home</a>
      <a href="#" class="text-white hover:text-gray-200">Settings</a>
      <a href="#" class="text-white hover:text-gray-200">Reports</a>
      <a href="#" class="text-white hover:text-gray-200">Users</a>
    </div>
    <div class="md:hidden">
      <button class="text-white focus:outline-none">
        <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16m-4 6h4"></path>
        </svg>
      </button>
    </div>
  </div>
</nav>

Verwandte Komponenten

Skeuomorphe Social-Media-Navigationsleiste

Skeuomorphe Social-Media-Navigationsleiste mit triadischem Farbschema und mäßiger Komplexität.

Offen

Skeuomorphe Navigationsleiste

Eine einfache, reaktionsschnelle Navigationsleiste für soziale Medien mit einem skeuomorphen Designstil, der ein analoges Farbschema verwendet und den Dunkelmodus unterstützt.

Offen

Komponente der Navigationsleiste 16

Eine minimalistische Flat-Design-Navigationsleistenkomponente mit responsiven Effekten und Unterstützung für dunkle Themen.

Offen