Hi there. This is for Filament 4 and Laravel 12. I am attempting to use a filament form in a custom livewire component that is not within a panel (basically a public registration form). I was able to successfully create the form using
and the fields display when I hit the route. The issue I am having is that I am not seeing any styles. I have re-ran npm build several times and made sure browser caching is disabled.
/* Required by all components */@import '../../vendor/filament/support/resources/css/index.css';/* Required by actions, forms and tables */@import '../../vendor/filament/forms/resources/css/index.css';/* Required by actions, infolists, forms, schemas and tables */@import '../../vendor/filament/schemas/resources/css/index.css';
/* Required by all components */@import '../../vendor/filament/support/resources/css/index.css';/* Required by actions, forms and tables */@import '../../vendor/filament/forms/resources/css/index.css';/* Required by actions, infolists, forms, schemas and tables */@import '../../vendor/filament/schemas/resources/css/index.css';