Add exception to overlay
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
@props([
|
@props([
|
||||||
'type' => 'bars'
|
'type' => 'bars',
|
||||||
|
'except' => null
|
||||||
])
|
])
|
||||||
|
|
||||||
<div id="loading-overlay" wire:loading.flex>
|
<div id="loading-overlay" wire:loading.flex wire:target.except="{{ $except }}">
|
||||||
<div>
|
<div>
|
||||||
<span class="loading loading-{{ $type }} text-primary loading-xl"></span>
|
<span class="loading loading-{{ $type }} text-primary loading-xl"></span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user