This commit is contained in:
f4ilji
2024-12-10 02:23:09 +05:00
parent a8fb813177
commit 0cd5fb9afb
2 changed files with 57 additions and 24 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
</svg>
</button>
<div class="flex space-x-3 w-[100px] items-center font-semibold text-xl">
<div class="flex space-x-3 w-[100px] items-center font-semibold text-xl text-white">
<span>{{ currentIndex + 1 }}</span>
<div class="flex w-full h-1 bg-gray-200 rounded-full overflow-hidden dark:bg-neutral-700" role="progressbar" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">
<div class="flex flex-col justify-center rounded-full overflow-hidden bg-blue-600 text-xs text-white text-center whitespace-nowrap transition duration-500 dark:bg-blue-500 my-slider-progress-bar" :style="{ 'width': `${percentage}%` }"></div>