Application Progress Bars Basic

Live Preview
<div role="progressbar" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">
      <p class="text-sm font-medium text-gray-900">25%</p>

      <div class="mt-2 h-2 w-full rounded-full bg-gray-200">
        <div class="h-full rounded-full bg-blue-600" style="width: 25%"></div>
      </div>
    </div>

Related components

More items from the merged UI library.

View all