devsrv / livewire-modal

Turn Laravel Livewire Component into Modal.
MIT License
14 stars 4 forks source link

Support for child modal #1

Open simtabi opened 3 years ago

simtabi commented 3 years ago

Can you implement support for child modals, as done here?

https://github.com/livewire-ui/modal

devsrv commented 3 years ago

actually this package I made is heavily inspired from livewire-ui/modal. for more complex and multiple modals I'll suggest going for that package instead its really good.

simtabi commented 3 years ago

thanks for your quick response. the problem is this: It doesn't support bootstrap, and it doesn't support package development. I am happy to collaborate on a package that supports both UI frameworks and package development friendly

devsrv commented 3 years ago

thanks for showing interest appreciate it. but at least now there is some way to achieve multiple modal with the livewire-ui/modal, I'm now too dedicated towards another project so I'll think about that feature little later may be. two new feature I've planned that I'll work on next is tailwind support and modal close from livewire & direct js.

simtabi commented 3 years ago

Thanks. I agree,

  1. tailwind support
  2. modal close from livewire & direct js Would be great addition