Components Progress Bar 3D Progress Bar Component

3D Progress Bar Component

A responsive progress bar component designed for social networking interfaces, featuring a 3D effect, monochromatic color scheme, and dark mode support, built using Tailwind CSS.

Preview

HTML Code

<div class="flex flex-col items-center py-10">
    <div class="w-full max-w-md">
        <div class="flex justify-between mb-2">
            <span class="text-gray-700 dark:text-gray-300">Progress</span>
            <span class="text-gray-700 dark:text-gray-300">75%</span>
        </div>
        <div class="relative bg-gray-200 dark:bg-gray-700 rounded-full h-4">
            <div class="absolute bg-blue-600 dark:bg-blue-300 h-full rounded-full transition-all duration-300 ease-in-out" style="width: 75%; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2), 0px 0px 15px rgba(0, 0, 0, 0.2);"></div>
        </div>
    </div>
    <div class="flex justify-center mt-4">
        <img src="https://picsum.photos/50/50" alt="Progress Image" class="rounded-full border border-gray-300 dark:border-gray-600 shadow-md">
    </div>
    <div class="mt-2 text-gray-500 dark:text-gray-400 text-sm">Some description about the progress being tracked.</div>
</div>

Related Components

Neumorphism Progress Bar

Progress Bar Component with Neumorphism design, responsive effects, and dark theme support using Tailwind CSS

Open

Neumorphism Progress Bar

A responsive neumorphism-styled progress bar component designed for dashboards, incorporating an interactive feature and supporting dark mode.

Open

Neumorphism Progress Bar

A Neumorphism-styled progress bar for portfolios, featuring a pastel color scheme, moderate complexity, responsiveness, and dark theme support. No JavaScript is included; the component is built with HTML and Tailwind CSS.

Open