Opening modal from Livewire Component
I'm trying to open a modal from a livewire compoenent:
This does open the Modal, but without any of the syles from filament.
Any ideas?
Solution:Jump to solution
you need to do this if you are using actions outside the panel
https://filamentphp.com/docs/3.x/actions/installation#existing-laravel-projects...
4 Replies
Are you using only actions? Did you do this? https://filamentphp.com/docs/3.x/actions/installation
Hi, thanks for the reply, yes I was using a normal Filament with the panel etc, but i was trying to show in a non-filament page one modal from a resource.
But i guess we dont have the styles etc. Maybe the best approuach would be to create a custom page and a livewire compoenent?
Solution
you need to do this if you are using actions outside the panel
https://filamentphp.com/docs/3.x/actions/installation#existing-laravel-projects
ohhh.... Perfect, thank you π
Obrigado !