Fayne
What's the correct approach to load filament styles in a frontend page?
I have created a Livewire full page component rendering a form using Filament's form builder as per the docs: https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component.
What's the correct approach to load the necessary base styles for the form?
My layout file includes the following section in the head:
However this doesn't seem to be enough as for example focus styles are missing on the input fields.
8 replies