Help Migrating plugin from V3 to V4

I'm trying to migrate a plugin on github from filament v3 to v4, so far i managed to fix all the imports and change the structure to follow v4 however i'm stuck on finding alternatives for some no longer used blade components from v3. I tried to look around the v4 repository but i didn't find anything close to these. While i could go and grab them and implement them into the plugin i would prefer to use something native to filament so i can keep the functionality and styling consistent with all the future updates.
x-filament-tables::empty-state
x-filament-panels::page.unsaved-data-changes-alert
x-filament-panels::resources.relation-managers
x-filament-panels::form
x-filament-panels::form.actions
x-filament-tables::empty-state
x-filament-panels::page.unsaved-data-changes-alert
x-filament-panels::resources.relation-managers
x-filament-panels::form
x-filament-panels::form.actions
Solution:
They were probably all inlined. So it's just HTML + CSS now.
Jump to solution
2 Replies
Solution
Dennis Koch
Dennis Koch2w ago
They were probably all inlined. So it's just HTML + CSS now.
Dennis Koch
Dennis Koch2w ago
If you use the same CSS classes it will be consistent with updated.

Did you find this page helpful?