组件 页眉 SkeuoHeader组件

SkeuoHeader组件

一个响应式头部组件,具有拟物化设计,支持暗主题,并带有导航栏。

预览

HTML 代码

<header class="bg-gray-200 dark:bg-gray-800 shadow-lg dark:shadow-none">
  <div class="container mx-auto px-6 py-4 flex items-center justify-between">
    <div class="text-xl font-semibold text-gray-800 dark:text-white">SkeuoHeader</div>
    <nav class="hidden md:flex space-x-8">
      <a href="#" class="text-gray-800 dark:text-white hover:text-gray-600 dark:hover:text-gray-300 transition duration-300">Home</a>
      <a href="#" class="text-gray-800 dark:text-white hover:text-gray-600 dark:hover:text-gray-300 transition duration-300">About</a>
      <a href="#" class="text-gray-800 dark:text-white hover:text-gray-600 dark:hover:text-gray-300 transition duration-300">Services</a>
      <a href="#" class="text-gray-800 dark:text-white hover:text-gray-600 dark:hover:text-gray-300 transition duration-300">Contact</a>
    </nav>
    <button class="md:hidden text-gray-800 dark:text-white focus:outline-none">
      <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"></path>
      </svg>
    </button>
  </div>
</header>

相关组件

头部组件

一个响应式的头部组件,具有微交互功能、小型吸引人的动画,并支持使用Tailwind CSS的暗黑主题。

打开

头部组件

一个简单的标题组件,采用新拟态风格和鲜艳的颜色,完美适合博客/内容网页。它具有响应式设计的深色模式支持。

打开

Retro Vintage Header 组件

一个响应式标题组件,具有 Retro/Vintage 样式,专为支持深色主题的仪表板量身定制。

打开