Compare commits
1 Commits
903293ba39
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 22782520f2 |
@@ -1,8 +1,9 @@
|
||||
@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>
|
||||
<span class="loading loading-{{ $type }} text-primary loading-xl"></span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user