© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•5mo ago•
15 replies
🤠

Filament 4 Style Issues on Livewire Components

I'm having trouble creating a Livewire component that uses Filament forms in Filament 4. The styles just don't show up. I have already imported the styles in the page css:

@import '../../vendor/filament/support/resources/css/index.css';
@import '../../vendor/filament/forms/resources/css/index.css';
@import '../../vendor/filament/schemas/resources/css/index.css';

@import 'tailwindcss';

@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/.blade.php';
@source '../../storage/framework/views/.php';
@source '..//.blade.php';
@source '..//
.js';

and I used @FilamentStyles and @FilamentScripts, and still, nothing.
Solution
I ended up deleting everything and recreating it following the steps you all provided, and it seems to be working now
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Styling issues in Livewire components
FilamentFFilament / ❓┊help
3y ago
costumize/style Filament table via Livewire on Laravel
FilamentFFilament / ❓┊help
9mo ago
Using filament components in custom livewire component
FilamentFFilament / ❓┊help
3y ago
Learning Livewire to make custom components in Filament
FilamentFFilament / ❓┊help
2y ago