Components Progress Bar Progress Bar Component

Progress Bar Component

A simple, responsive progress bar component with Material Design influence, using warm sunset tones. Ideal for technology/SaaS applications, featuring dark mode support.

Preview

HTML Code

<div class="p-4 sm:p-6 md:p-8 bg-gray-100 dark:bg-gray-900 min-h-screen flex items-center justify-center font-sans">
  <div class="w-full max-w-md bg-white dark:bg-gray-800 rounded-lg shadow-xl overflow-hidden">
    <div class="p-6 sm:p-8">
      <h2 class="text-xl sm:text-2xl font-bold text-gray-800 dark:text-gray-100 mb-4">Upload Progress</h2>
      <p class="text-sm text-gray-600 dark:text-gray-400 mb-6">Uploading your files. Please wait...</p>

      <div class="w-full bg-gray-200 dark:bg-gray-700 rounded-full h-2.5 sm:h-3.5 mb-2 relative overflow-hidden shadow-inner">
        <div class="bg-gradient-to-r from-red-500 to-orange-400 h-full rounded-full dark:from-red-600 dark:to-orange-500 transition-all duration-500 ease-out" style="width: 75%;"></div>
        <div class="absolute top-0 right-0 h-full w-4 bg-white dark:bg-gray-800 opacity-20 transform -skew-x-12" style="margin-left: -2px;"></div>
      </div>

      <div class="flex justify-between items-center text-sm font-medium text-gray-700 dark:text-gray-300">
        <span>75% Complete</span>
        <span>3 of 4 files</span>
      </div>

      <div class="mt-6 flex justify-end">
        <button class="px-4 py-2 sm:px-5 sm:py-2.5 bg-gray-200 dark:bg-gray-700 text-gray-700 dark:text-gray-300 rounded-md font-semibold text-sm hover:bg-gray-300 dark:hover:bg-gray-600 focus:outline-none focus:ring-2 focus:ring-gray-400 focus:ring-opacity-75 transition duration-150 ease-in-out">
          Cancel
        </button>
      </div>
    </div>
  </div>
</div>

Related Components

3D Grayscale Sports Fitness Progress Bar

A complex, 3D grayscale progress bar component designed for sports and fitness applications, showing training progress with depth and visual engagement. It includes dark mode support and is fully responsive.

Open

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

Progress Bar Component

A responsive progress bar component designed for dark mode using Tailwind CSS, suitable for modern web applications.

Open