Help for adding a form to a Livewire component.
Hello, I'm trying to add a form livewire component following the same as the step from filament documentation.
https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component
It shows up, but there is one problem. It showed up not with Form Styles like filament provides, it's only showing like HTML page without cssCSS/js.
Thank you!
Solution:Jump to solution
Maybe you need to build your assets or have tailwindcss integration for frontend as well.
6 Replies
@thyk123 Have you added @filamentStyles and @filamentScripts in your layout file?
Hello, I almost forgot about that, thank you very much for remind me that. But i still get the look like this, do you know how to resolve that?
Thank you, I really appriciate your help!
Solution
Maybe you need to build your assets or have tailwindcss integration for frontend as well.
Thank you so much!
I just follow this step
https://filamentphp.com/docs/3.x/forms/installation