Alex
Css styling in theme not working
I had similar issues and needed to downgrade tailwind in laravel 12 to v3. https://filamentphp.com/docs/3.x/notifications/installation#installing-tailwind-css
7 replies
How to get infolist in ViewAction modal in table widget?
If it where me, I'd start here https://filamentphp.com/docs/3.x/actions/modals#customizing-the-modals-heading-description-and-submit-action-label
The documentation doesn't say if you can add an infolist. But if I were to try to add one, I'd start by returning a closure to the description method and see where that takes me. FYI I'm a newbe to Filament, but was so happy I got help, I'm trying to pay it forward.
6 replies
Can we integrate fabric js as custom filament form component to make a designing flow?
There is a fantastic Laracast series on how to create a component from a javascrpt library. https://laracasts.com/series/build-advanced-components-for-filament
What is a designing flow? Is that specific for the fabric library?
2 replies
Guest pages using the filament layout.
HI, I hope is okay to add on to this thread as it's my exact issue.
I have followed all of these guides and examples, and what results each time is a page with no formatting.
I've started with fresh projects, one I posted publicly on GitHub: https://github.com/ElivateMarketing/test/tree/support-example
I think there is something fundamental that I am missing. I understand how to pass the form to the livewire component, but I would expect
@FilamentStyles
and @FilamentScripts
to add at least a basic style to the full page component.
I can see that in the source view of the page, there are two filament css files added (forms.css, and support.css) and they show a lot of minimized css code and the app.css is generating css.
The css in the app.css doesn't seem to have the variables that filament has and every element on the page is completely unformatted.
What am I missing?20 replies