Created
September 30, 2024 23:15
-
-
Save thinkingcap/a297bfb4b1b9e4f80ede9b998535bd74 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<button wire:click="save" wire:loading.attr="data-loading" class="relative"> | |
<div class="[[data-loading]>&]:opacity-0">Save changes</div> | |
<div class="[[data-loading]>&]:opacity-100 opacity-0 absolute inset-0 flex items-center justify-center"> | |
<!-- loading spinner... --> | |
</div> | |
</button> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment