Components Progress Bar Progress Bar Component

Progress Bar Component

A responsive progress bar component designed with 3D elements, using an analogous color scheme suitable for e-commerce, featuring dark mode support

Preview

HTML Code

<div class="max-w-md mx-auto p-4">
    <div class="relative h-8 bg-gray-300 rounded-md overflow-hidden dark:bg-gray-700">
        <div class="absolute inset-0 transition-all duration-300 ease-out bg-gradient-to-r from-green-400 to-blue-400 dark:from-green-600 dark:to-blue-600" style="width: 70%;"></div>
        <div class="absolute inset-0 flex items-center justify-center text-white font-semibold">
            70%
        </div>
    </div>
    <div class="mt-4 text-gray-700 dark:text-gray-300">
        <p class="text-sm">Progress towards your shopping goals.</p>
    </div>
</div>

Related Components

Minimalist Triadic Progress Bar

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

Open

Bauhaus Progress Bar Component

A moderate complexity, responsive, Bauhaus-inspired progress bar component suitable for entertainment/media platforms, featuring cool neutrals and dark mode support.

Open

Glassmorphism_EarthTones_ProgressBar_ForumComponent

A responsive glassmorphism progress bar component with earth tones, suitable for forum or community platforms. Features frosted glass-like translucent elements with blur effects and dark mode support.

Open