You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've used the FA Library feature heavily in a React project and was hoping it was supported here too, since it's easier than importing a bunch of icons in every page.
I guess it's either already supported (since it depends on the basic NPM FA packages) and is "missing" from this package's docs, or it might need some small work to get it supported around here?
And REALLY, thanks for creating sanely named components! Having to use <FontAwesome icon="stuff"/> always drove me nuts in React-land (and it seems standard in Vue too, probably in all official packages, and also sad clones), until I gave up and created an <Icon/> component lol (also because they never cared for creating an <FaLayers/> as you also did). Seriously, thanks haha
The text was updated successfully, but these errors were encountered:
I've used the FA Library feature heavily in a React project and was hoping it was supported here too, since it's easier than importing a bunch of icons in every page.
I guess it's either already supported (since it depends on the basic NPM FA packages) and is "missing" from this package's docs, or it might need some small work to get it supported around here?
The text was updated successfully, but these errors were encountered: