Components Navigation Dashboard Navigation (Material Design)

Dashboard Navigation (Material Design)

Material Design Dashboard Navigation Component with Triadic color scheme and dark mode support.

Preview

HTML Code

<nav class="bg-white dark:bg-gray-800 shadow">
  <div class="container mx-auto px-6 py-3">
    <div class="flex items-center justify-between">
      <div class="text-gray-800 dark:text-white font-bold text-xl">Dashboard</div>
      <div class="flex space-x-4">
        <a href="#" class="text-gray-800 dark:text-white hover:text-blue-500 dark:hover:text-blue-400 transition duration-300">Home</a>
        <a href="#" class="text-gray-800 dark:text-white hover:text-teal-500 dark:hover:text-teal-400 transition duration-300">Analytics</a>
        <a href="#" class="text-gray-800 dark:text-white hover:text-red-500 dark:hover:text-red-400 transition duration-300">Settings</a>
      </div>
    </div>
  </div>
</nav>

Related Components

Navigation Component

A retro/vintage inspired navigation component designed with Tailwind CSS, featuring responsive effects and dark theme support.

Open

Social Media Navigation Component

A responsive navigation component designed for social media interfaces, featuring a Material Design aesthetic using a dark theme with Tailwind CSS.

Open

Bauhaus Jewel Tone Navigation

A simple, functional navigation component with geometric forms and jewel tones, designed for booking/reservation systems. Features responsiveness and dark mode support.

Open