FortAwesome / vue-fontawesome

Font Awesome Vue component
https://fontawesome.com
MIT License
2.39k stars 133 forks source link

Leverage FontAwesome Kits instead of NPM dependencies? #281

Open onecrayon opened 3 years ago

onecrayon commented 3 years ago

Is your feature request related to a problem? Please describe. I would love it if I could leverage FontAwesome Pro kits instead of NPM dependencies for FontAwesome support in Vue (this has a couple upsides: the new upload feature would Just Work for site-specific icons, and the project could easily be developed by other folks who don't have access to my FontAwesome Pro credentials since they wouldn't need to pull down the Pro icon packages).

Is this already possible, and I'm just missing the obvious?

Describe the solution you'd like I am not sure exactly how this would look. I actually came digging through the docs because I was hoping it was already a thing.

Describe alternatives you've considered I could leverage the kits by hand, but it would be nice to have an official component do the lifting for me. 🙂

inkbeard commented 1 year ago

Is this possible? I'm trying to get the same thing but I'm not seeing anything in documentation to if/how this is possible.