Components Sidebar Navigation Brutalism Sidebar Navigation

Brutalism Sidebar Navigation

Responsive Sidebar Navigation Component with Brutalism design, Vibrant color scheme, and Simple layout for a Blog/Content purpose. Includes dark mode support.

Preview

HTML Code

<div class="flex h-screen bg-gray-100 dark:bg-gray-900">

  <!-- Sidebar -->
  <div class="w-64 px-4 py-6 bg-yellow-400 dark:bg-yellow-700 border-r-4 border-black dark:border-white">
    <h2 class="text-2xl font-bold text-black dark:text-white">Navigation</h2>
    <nav class="mt-8">
      <ul>
        <li class="mb-4">
          <a href="#" class="block text-black dark:text-white hover:underline text-xl">Home</a>
        </li>
        <li class="mb-4">
          <a href="#" class="block text-black dark:text-white hover:underline text-xl">Articles</a>
        </li>
        <li class="mb-4">
          <a href="#" class="block text-black dark:text-white hover:underline text-xl">About</a>
        </li>
        <li class="mb-4">
          <a href="#" class="block text-black dark:text-white hover:underline text-xl">Contact</a>
        </li>
      </ul>
    </nav>
  </div>

  <!-- Content Area (for demonstration) -->
  <div class="flex-1 p-10">
    <h1 class="text-3xl font-bold text-gray-900 dark:text-white mb-6">Main Content Area</h1>
    <p class="text-gray-700 dark:text-gray-300">
      This is where the main content of your blog or article would go.
      The sidebar provides navigation on the left.
    </p>
  </div>

</div>

Related Components

Sidebar Navigation Component - Grayscale

Responsive Sidebar Navigation Component

Open

Glassmorphism Sidebar Navigation Component

A Glassmorphism-styled sidebar navigation component for blogs, featuring a monochromatic color scheme. It's a simple, responsive design with dark mode support, using only HTML and Tailwind CSS. The sidebar includes a site title, navigation links, and a profile section.

Open

Sidebar Navigation Component

A simple and responsive sidebar navigation component designed for dashboards, featuring engaging animations and an earthy color scheme. It supports dark mode.

Open