loading overlay

This commit is contained in:
samy
2025-07-26 17:51:11 -10:00
parent 956ddaf34c
commit debc517cfd
@@ -0,0 +1,9 @@
@props([
'type' => 'bars'
])
<div id="loading-overlay" wire:loading.flex>
<div>
<span class="loading loading-{{ $type }} text-primary loading-xl"></span>
</div>
</div>