Neobrutalism Progress Bars Base

Live Preview
<div role="progressbar" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">
      <div class="w-full border-2 border-black bg-white p-1 shadow-[2px_2px_0_0]">
        <div class="h-3 bg-black" style="width: 25%"></div>
      </div>
    </div>

Related components

More items from the merged UI library.

View all