Loading/Waiting Activity Indicator
Quick question: Any best practice /trick how to implement a beautiful spinner on the dashboard while waiting for an external api response?
Solution:Jump to solution
The loading state is standard Livewire: https://laravel-livewire.com/docs/2.x/loading-states
Livewire
Loading States | Livewire
A full-stack framework for Laravel that takes the pain out of building dynamic UIs.
3 Replies
Solution
The loading state is standard Livewire: https://laravel-livewire.com/docs/2.x/loading-states
Livewire
Loading States | Livewire
A full-stack framework for Laravel that takes the pain out of building dynamic UIs.
And the beautiful spinner will depend on your taste π
thanks a lot...still new to the party! π