Components Progress Indicators Progress Indicators Component

Progress Indicators Component

A simple Progress Indicators component inspired by retro/vintage aesthetics of the 80s and 90s, utilizing a complementary color scheme. Designed for social media interfaces and responsive with dark theme support.

Preview

HTML Code

<div class="flex flex-col items-center justify-center p-6 bg-gray-800 dark:bg-gray-900 rounded-lg shadow-lg max-w-md mx-auto">
    <h2 class="text-2xl font-bold text-white mb-4">Progress Indicators</h2>
    <div class="w-full bg-gray-700 dark:bg-gray-600 rounded-lg">
        <div class="bg-blue-500 dark:bg-blue-400 h-4 rounded-lg" style="width: 70%;"></div>
    </div>
    <div class="flex justify-between w-full text-sm mt-2 text-gray-300 dark:text-gray-200">
        <span>0%</span>
        <span>70%</span>
    </div>
    <div class="flex items-center mt-4">
        <img src="https://randomuser.me/api/portraits/men/1.jpg" alt="Avatar" class="w-10 h-10 rounded-full border-2 border-blue-500">
        <div class="ml-3">
            <p class="text-md text-white">User Name</p>
            <p class="text-sm text-gray-400 dark:text-gray-500">Status: Active</p>
        </div>
    </div>
    <p class="text-gray-500 dark:text-gray-400 mt-2 text-center">Loading data...</p>
    <img src="https://picsum.photos/200/100?random=1" alt="Random Image" class="mt-4 rounded-lg shadow-md">
</div>

Related Components

Progress Indicators Component

A simple, responsive progress indicator component with neon/glow effects and jewel tones, suitable for consulting/service websites. Includes dark mode support.

Open

ArtDeco_Food_Restaurant_Progress_Indicators

Art Deco inspired progress indicators component for food/restaurant websites, featuring geometric patterns, luxurious styling, and earth tones. Complex interface with multiple steps and dark mode support.

Open

Progress Indicators Component

A simple, clean, and professional progress indicator component with warm sunset tones, suitable for business and consulting services, featuring responsive design and dark mode support.

Open