Hi,
Is it possible to do this in Livewire?
@livewire('modal')
<p>Slot content here</p>
@endlivewire
// Laravel 7
<livewire:modal>
<p>Slot content here</p>
</livewire>
Thanks.
AFAIK it is not possible. Someone else asked but I cannot find the issue + answer.
Found it here https://github.com/livewire/livewire/issues/68#issuecomment-599012420
Found it here #68 (comment)
Thanks @mblarsen. According to @calebporzio, looks like we have to wait for this :)
Most helpful comment
Found it here https://github.com/livewire/livewire/issues/68#issuecomment-599012420