10 lines
245 B
PHP
10 lines
245 B
PHP
@props([
|
|
'type' => 'bars',
|
|
'except' => null
|
|
])
|
|
|
|
<div id="loading-overlay" wire:loading.flex wire:target.except="{{ $except }}">
|
|
<div>
|
|
<span class="loading loading-{{ $type }} text-primary loading-xl"></span>
|
|
</div>
|
|
</div> |