Components Progress Bar Minimalist Triadic Progress Bar

Minimalist Triadic Progress Bar

A minimalist, responsive progress bar with triadic color scheme and dark theme support, suitable for social media applications.

Preview

HTML Code


<div class="flex flex-col items-center justify-center min-h-screen bg-gray-100 dark:bg-gray-900 p-4">

  <!-- Progress Bar Container -->
  <div class="w-full max-w-md bg-cyan-200 dark:bg-cyan-800 rounded-full h-4 mb-4 relative">
    <!-- Progress Indicator - Using an arbitrary value with [] for demonstration -->
    <div class="bg-fuchsia-500 dark:bg-fuchsia-400 h-4 rounded-full" style="width: 75%;">
      <span class="absolute right-2 top-0 text-xs font-semibold text-gray-700 dark:text-gray-300">75%</span>
    </div>
  </div>

  <!-- Another Progress Bar Example -->
  <div class="w-full max-w-md bg-cyan-200 dark:bg-cyan-800 rounded-full h-4 relative">
    <div class="bg-yellow-500 dark:bg-yellow-400 h-4 rounded-full" style="width: 50%;">
      <span class="absolute right-2 top-0 text-xs font-semibold text-gray-700 dark:text-gray-300">50%</span>
    </div>
  </div>

</div>

Related Components

Cyberpunk Neo-Retro Progress Bar

A moderate complexity progress bar component with a cyberpunk, neo-retro aesthetic, dark backgrounds, and muted vintage accent colors, designed for entertainment/media platforms. It features a segmented progress display and is fully responsive with dark mode support.

Open

Minimalist Progress Bar

A minimalist and flat design progress bar component with pastel colors, suitable for professional business or corporate websites. It has a responsive design and supports dark mode using Tailwind CSS.

Open

Luxury_Grayscale_Social_Media_Progress_Bar

A complex, elegant, and responsive progress bar component for social media interfaces, featuring a grayscale luxury design with sophisticated typography and dark mode support.

Open