组件 导航 复古导航

复古导航

一个简单、响应式且兼容暗黑模式的导航组件,采用复古/古典设计,色彩鲜艳,元素简约,适合电子商务网站。

预览

HTML 代码

<nav class="bg-gradient-to-r from-purple-500 via-pink-500 to-red-500 dark:from-gray-800 dark:via-gray-700 dark:to-gray-600 p-4">
  <div class="container mx-auto flex items-center justify-between">
    <div class="text-white text-2xl font-bold">RetroShop</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">Products</a>
      <a href="#" class="text-white hover:text-gray-200">About</a>
      <a href="#" class="text-white hover:text-gray-200">Contact</a>
    </div>
    <div class="md:hidden">
      <button class="text-white">
        <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"/>
        </svg>
      </button>
    </div>
  </div>
</nav>

相关组件

Monospace Healthcare 导航

一个复杂的响应式导航组件,适用于医疗保健/医疗应用程序,采用等宽层/开发人员风格的设计,带有温暖的中性色、深色模式支持和交互式元素。

打开

复古导航组件

一个具有80年代/90年代复古美学的导航组件,使用Tailwind CSS设计,具有响应式设计和暗黑主题支持。

打开

导航组件

专为产品组合设计的响应式导航组件,具有微交互和深色主题支持。

打开