Komponenten Fortschrittsindikatoren Komponente "Fortschrittsindikatoren"

Komponente "Fortschrittsindikatoren"

Eine Komponente für die Fortschrittsanzeige mit einem glassmorphism-Stil, responsivem Design und Unterstützung für dunkle Designs. Verwendet Tailwind CSS für das Styling.

Vorschau

HTML-Code

<div class="flex items-center justify-center min-h-screen p-6 bg-gray-100 dark:bg-gray-900">
  <div class="w-full max-w-md bg-white dark:bg-gray-800 bg-opacity-60 dark:bg-opacity-30 backdrop-filter backdrop-blur-lg rounded-xl p-6 shadow-lg">
    <h2 class="text-xl font-bold text-gray-800 dark:text-white mb-4">Progress</h2>
    
    <div class="mb-4">
      <div class="flex justify-between items-center mb-1">
        <span class="text-base font-medium text-gray-700 dark:text-gray-300">Task Completion</span>
        <span class="text-sm font-medium text-gray-700 dark:text-gray-300">75%</span>
      </div>
      <div class="w-full bg-gray-200 dark:bg-gray-700 rounded-full h-2.5">
        <div class="bg-blue-600 h-2.5 rounded-full" style="width: 75%"></div>
      </div>
    </div>

    <div class="mb-4">
      <div class="flex justify-between items-center mb-1">
        <span class="text-base font-medium text-gray-700 dark:text-gray-300">Resource Usage</span>
        <span class="text-sm font-medium text-gray-700 dark:text-gray-300">50%</span>
      </div>
      <div class="w-full bg-gray-200 dark:bg-gray-700 rounded-full h-2.5">
        <div class="bg-green-600 h-2.5 rounded-full" style="width: 50%"></div>
      </div>
    </div>

    <div>
      <div class="flex justify-between items-center mb-1">
        <span class="text-base font-medium text-gray-700 dark:text-gray-300">Download Progress</span>
        <span class="text-sm font-medium text-gray-700 dark:text-gray-300">90%</span>
      </div>
      <div class="w-full bg-gray-200 dark:bg-gray-700 rounded-full h-2.5">
        <div class="bg-yellow-400 h-2.5 rounded-full" style="width: 90%"></div>
      </div>
    </div>

  </div>
</div>

Verwandte Komponenten

Komponente "Fortschrittsindikatoren"

Eine Komponente für Fortschrittsindikatoren im 3D-Designstil mit Graustufen-Farbschema für den Konsum von Blog-Inhalten, mit responsivem Design und Unterstützung für den Dunkelmodus.

Offen

ArtDecoFortschrittIndikator

Eine komplexe, vom Art Deco inspirierte Fortschrittsindikatorkomponente für Job-/Karriereplattformen mit geometrischen Mustern, luxuriösem Styling und Komplementärfarben. Vollständig reaktionsschnell mit Unterstützung des Dunkelmodus.

Offen

Komponente "Fortschrittsindikatoren" 33

Ein reaktionsschneller Fortschrittsindikator mit Mikrointeraktionen in Tailwind CSS mit Unterstützung für dunkle Themen.

Offen