Dark Mode Progress Bar Component
A responsive dark mode progress bar component for business/corporate websites, utilizing vibrant colors and interactive elements.
HTML Code
<div class="p-6 max-w-md mx-auto bg-gray-800 rounded-xl shadow-md space-y-4">
<h2 class="text-2xl font-bold text-white text-center">Progress Tracker</h2>
<div class="flex justify-between items-center">
<span class="text-sm text-gray-400">Task 1</span>
<span class="text-sm text-gray-400">75%</span>
</div>
<div class="w-full bg-gray-700 rounded-full h-4">
<div class="bg-green-500 h-4 rounded-full" style="width: 75%;"></div>
</div>
<div class="flex justify-between items-center">
<span class="text-sm text-gray-400">Task 2</span>
<span class="text-sm text-gray-400">50%</span>
</div>
<div class="w-full bg-gray-700 rounded-full h-4">
<div class="bg-yellow-500 h-4 rounded-full" style="width: 50%;"></div>
</div>
<div class="flex justify-between items-center">
<span class="text-sm text-gray-400">Task 3</span>
<span class="text-sm text-gray-400">30%</span>
</div>
<div class="w-full bg-gray-700 rounded-full h-4">
<div class="bg-red-500 h-4 rounded-full" style="width: 30%;"></div>
</div>
<div class="flex justify-between items-center">
<span class="text-sm text-gray-400">Task 4</span>
<span class="text-sm text-gray-400">10%</span>
</div>
<div class="w-full bg-gray-700 rounded-full h-4">
<div class="bg-blue-500 h-4 rounded-full" style="width: 10%;"></div>
</div>
</div>
Related Components
Progress Bar Component
A responsive progress bar component designed for dark mode with a pastel color scheme, suitable for business/corporate websites.
Progress Bar
Progress Bar Component with Microinteractions design. Includes responsive effects and dark theme support using only HTML and CSS (Tailwind CSS).
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