Custom Icons #294
Replies: 3 comments 6 replies
-
I was hoping for blade icons support. |
Beta Was this translation helpful? Give feedback.
-
I have created a laravel package for adding custom icons to flux: https://github.com/Ympact/flux-icons |
Beta Was this translation helpful? Give feedback.
-
IMO, it would be cool to see Caleb be able to focus on the UI and not delve into maintaining a list of supported icon sources. Heroicons is enough for a base. That being said, I think having an ecosystem section for recommended packages would be very cool, and put @mauritskorse's package on that list. I love the idea of having more custom icons and it being a different package makes sense. |
Beta Was this translation helpful? Give feedback.
-
It would be awesome to have an API for custom icons. Something where you could configure a namespace for a custom library and load them in. I.e:
<flux:button icon="custom:solid.bandcamp">Follow Us on Bandcamp</flux:button>
I was able to hack custom icons together just by copying the attributes and classes but it would still be really cool to be able to have a slick API to make this happen. I often find that Heroicons is missing icons when not working on tech products. Thanks for the consideration!
Beta Was this translation helpful? Give feedback.
All reactions