How would you go about Font Awesome icons?
I’m new to Font Awesome and was trying to understand what the better way of using those was and it said that since I was using a JS framework I should go for the SVG + JS way but I had no clue on how that works, especially because there’s no Solid guide.
2 Replies
Just paste it in as html, if it gives you React JSX rather than raw HTML you might need to tweak as few properties:
className -> class and a few others that are camelcased
https://heroicons.com/ is another one with straight forward click to copy to clipboard