Third party icons
Could you tell me how can I use third party icons in filament admin?
Solution:Jump to solution
So if you have these Icons installed, it will resolve it via that dynamic component
7 Replies
I think Filament uses <x-dynamic component
Solution
So if you have these Icons installed, it will resolve it via that dynamic component
Blade Icons - Blade UI Kit
A set of renderless components to utilise in your Laravel Blade views. Built for the TALL stack. Completely open-source.
After installing the package, don't forget the php artisan icons:cache command - it speeds up the application a lot.
Thank you
FYI if you use v2 you can use custom SVG's such as font-awesome. Haven't figure that out on v3 yet.
Be really conscious of the size of any icon sets you install with UI Kit. They can seriously hurt performance. I eventually uninstalled the sets I was testing out, as even a few hundred extra icon components were noticeably hurting Livewire performance.