组件 导航 复古导航

复古导航

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

预览

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>

相关组件

极简主义宝石色调美食/餐厅导航

适用于食品和餐厅网站的极简主义响应式导航组件,具有宝石色调、深色模式支持和简洁的平面设计。包括徽标、导航链接和行动号召按钮,以及适合移动设备的汉堡菜单。

打开

Neumorphic 导航组件

一个简单的响应式导航组件,具有中构设计风格,使用紫色/紫色配色方案,适用于论坛或社区平台。包括深色模式支持。

打开

Gradient_Corporate_Blues_Navigation_Component

一个复杂的响应式导航组件,专为非营利/慈善网站设计,具有渐变企业蓝色调、平滑过渡和深色模式支持。包括徽标、导航链接、行动号召按钮和移动菜单。

打开