Better proxy loading ui

This commit is contained in:
Andras Bacsai
2023-06-23 14:35:13 +02:00
parent 3293979381
commit 019a1fd448
2 changed files with 57 additions and 54 deletions

View File

@@ -1 +1,6 @@
<span {{ $attributes->class(['bg-warning loading', 'loading-spinner' => !$attributes->has('class')]) }}></span>
@props(['text' => null])
<span class="flex items-center gap-4 text-white">
{{ $text }}<span
{{ $attributes->class(['bg-warning loading', 'loading-spinner' => !$attributes->has('class')]) }}>
</span>
</span>