Fayne
Fayne
FFilament
Created by Fayne on 4/1/2025 in #❓┊help
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:
@filamentStyles
@vite('resources/css/app.css')
@filamentStyles
@vite('resources/css/app.css')
However this doesn't seem to be enough as for example focus styles are missing on the input fields.
8 replies