bastinald / laravel-livewire-modals

Dynamic Laravel Livewire Bootstrap modals.
66 stars 31 forks source link

Maybe add offcanvas here? #6

Closed rik43 closed 2 years ago

rik43 commented 2 years ago

Good extension.

offcanvas has similar functionality. can add it here or make another similar extension.

also sometimes multimodal is needed. no plans to do?

bastinald commented 2 years ago

You can switch to a different modal from within a modal using emit('showModal') inside the component. This will swap to the other modal, so you can use something like bootstrap tabs inside your modal to create a little hierarchy.

Having multiple modals open at once is not supported and would create massive complexities.

rik43 commented 2 years ago

ok, what can you say about offcanvas?