Skip to content

Instantly share code, notes, and snippets.

@thinkingcap
Created September 30, 2024 23:15
Show Gist options
  • Save thinkingcap/a297bfb4b1b9e4f80ede9b998535bd74 to your computer and use it in GitHub Desktop.
Save thinkingcap/a297bfb4b1b9e4f80ede9b998535bd74 to your computer and use it in GitHub Desktop.
<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