laravel-livewire-modals
laravel-livewire-modals copied to clipboard
Wire:loading on the trigger element
trafficstars
Some modals can be pretty heavy to load / setup, thus I like to display a loader on the button that triggers a modal.
I am guessing this won't be possible here, as wire:target has nothing to really target. Right?
You'd have to add a method in your component that calls the emit. Then you can use wire:target on that method