feat: add gboquizosanchez/filament-log-viewer

This commit is contained in:
idevakk
2025-09-28 21:57:25 +05:30
parent 10ea8f3cb1
commit 21475908d3
15 changed files with 918 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
{!! $style !!}
<div class="w-full bg-gray-200 dark:bg-gray-700 h-1 rounded-full overflow-hidden shadow-inner">
<div class="h-full rounded-full transition-width duration-400 ease-in-out"
style="width: {{ $percent }}%; background-color: {{ $progressColor }};">
</div>
</div>
<div class="items-center mt-4 w-full">
<span class="w-full text-gray-800 dark:text-gray-200">{{ $percent }}% </span>
</div>