Glassmorphism Progress Indicators Component
Glassmorphism Progress Indicators Component with Vibrant color scheme and Simple complexity.
HTML Code
<div class="flex flex-col items-center justify-center min-h-screen dark:bg-gray-900">
<div class="dark:bg-gray-800 bg-white bg-opacity-20 dark:bg-opacity-20 backdrop-filter backdrop-blur-lg dark:backdrop-blur-lg rounded-lg p-6 shadow-xl dark:shadow-xl">
<h2 class="text-2xl font-bold text-gray-800 dark:text-white mb-4">Progress</h2>
<div class="w-64 h-4 bg-gray-300 rounded-full overflow-hidden dark:bg-gray-700">
<div class="h-full bg-gradient-to-r from-cyan-400 to-blue-500 dark:from-cyan-600 dark:to-blue-700 w-3/4 rounded-full"></div>
</div>
<p class="text-sm text-gray-700 dark:text-gray-300 mt-2">75% Complete</p>
</div>
</div>
Related Components
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.
Progress Indicators Component
A progress indicator component with a glassmorphism style, responsive design, and dark theme support. Uses Tailwind CSS for styling.
Progress Indicators Component 33
A responsive progress indicator with microinteractions in Tailwind CSS, featuring dark theme support.