Application Steps Title, step/total and progress bar Dark

Live Preview
<div>
      <h2 class="sr-only">Steps</h2>

      <div>
        <p class="text-xs font-medium text-gray-600 dark:text-gray-300">2/3 - Address</p>

        <div class="mt-2 overflow-hidden rounded-full bg-gray-200 dark:bg-gray-700">
          <div class="h-2 w-2/3 rounded-full bg-blue-500"></div>
        </div>
      </div>
    </div>

Related components

More items from the merged UI library.

View all