F
Filament11mo ago
thyk123

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:
Maybe you need to build your assets or have tailwindcss integration for frontend as well.
Jump to solution
6 Replies
thyk123
thyk123OP11mo ago
No description
Yuvraj Timalsina
Yuvraj Timalsina11mo ago
@thyk123 Have you added @filamentStyles and @filamentScripts in your layout file?
thyk123
thyk123OP11mo ago
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!
No description
Solution
Yuvraj Timalsina
Yuvraj Timalsina11mo ago
Maybe you need to build your assets or have tailwindcss integration for frontend as well.
thyk123
thyk123OP11mo ago
Thank you so much!

Did you find this page helpful?