wire-elements / modal

Livewire component that provides you with a modal that supports multiple child modals while maintaining state.
MIT License
1.09k stars 129 forks source link

Loading state while modal is being loaded? #385

Closed pronode closed 7 months ago

pronode commented 8 months ago

Hello,

I would like to render some kind of spinner when my modal is loading. How can I achieve it? :)

Thanks!