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.
2 Replies
Solution
They were probably all inlined. So it's just HTML + CSS now.
If you use the same CSS classes it will be consistent with updated.