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!
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.