© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•11mo ago•
1 reply
r0x

Using slideOver() inside Livewire Component

Hello!

i have a filament-page with some livewire components on it.

One of them is a LwC with a form.

Im tried to use the View Page of my Resource to be opened via button at another page.

i did several approaches... but is it possible that slideOver doesnt work inside a LwC ?


Action::make('sessionHistory')->slideOver()->mountUsing(fn ($livewire) => $livewire->mount(ViewSession::class))

Action::make('sessionHistory')->slideOver()->livewire('view-session');

Action::make('sessionHistory')->slideOver()->modalContent(fn () => Modal::make()->livewire('view-session-modal'))
        
Action::make('sessionHistory')->slideOver()->modalContent(fn () => view('livewire.view-session'))
Action::make('sessionHistory')->slideOver()->mountUsing(fn ($livewire) => $livewire->mount(ViewSession::class))

Action::make('sessionHistory')->slideOver()->livewire('view-session');

Action::make('sessionHistory')->slideOver()->modalContent(fn () => Modal::make()->livewire('view-session-modal'))
        
Action::make('sessionHistory')->slideOver()->modalContent(fn () => view('livewire.view-session'))


I even tried to create the modal/blade-view but modal() or slideOver() doesnt work. I dont know what im doing wrong.

and several more tries..

This Button is in the header of a section, i didn't tried outside of it but doesn't know if it matters (shouldn't, i think).

Did someone had success with opening Modal/slideOver at filament-page/livewire component (with form) ?


Thanks.
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Using infolist actions inside livewire component
FilamentFFilament / ❓┊help
16mo ago
using vue js inside livewire component
FilamentFFilament / ❓┊help
16mo ago
Form inside Livewire Component:
FilamentFFilament / ❓┊help
17mo ago
FIlament Bulk Action inside Livewire Component
FilamentFFilament / ❓┊help
2y ago