F
Filament14mo ago
Jakub

slide-over direction

I am using the modal blade component https://filamentphp.com/docs/3.x/support/blade-components/modal#using-a-slide-over-instead-of-a-modal Not seeing anything in the docs if i want to switch the direction from right, to be on the left side.
<x-filament::modal slide-over>
{{-- Slide-over content --}}
</x-filament::modal>
<x-filament::modal slide-over>
{{-- Slide-over content --}}
</x-filament::modal>
Is it possible, and jsut not documented in the docs?
5 Replies
$Wegs
$Wegs13mo ago
did u found any solution ?
dissto
dissto13mo ago
as far as i am aware, there is no built-in way to change the sliderover animation coming fron the otherside. perhaps if you use RTL (right to left) but thats just a guess, i couldnt find a reference in the model component that allows to change the direction of were the slidover is coming from. You could probably suggest it in the discussions
boksiora
boksiora7mo ago
any solution ?
Jakub
JakubOP6mo ago
nope =/
LeandroFerreira
LeandroFerreira6mo ago
I don't think it is possible

Did you find this page helpful?