Sometime i need to add font awesome as pseudo element on a css file. How do i do that using this setup?
emperorrassem
great tutorial.
i have problem: when i add icons to home page their sizes are correct but if i go to another page sizes comes so big and i can't fix this behavior !
sorry for my english if is not so good.
Nexjsdeveloper
im having error im using nextjs13/app directory
Error: (0, is not a function
하호-qz
Can you please show how to use them in less files as CSS Pseudo elements ? I just couldn't get them to work in my .less files as CSS Pseudo elements using v6.
VishnuRamana
what version of your next js? because I have an issue in next js 13
RayaSabari
Hello Sir, I face a problem when I add both bable file .
this is the error
how can I solve this error
BilalKhan-doxg
Thank you for this video, it helped with an error !
chafiksalaheddine
Error
Module not found: Can't resolve 'fs'
mohammedbasurrah
Can i somehow look for icons on the fontawesome page and then implement them into component using the second method? I dont see how i can get a visual of the icons importing them from the @fortawesome file... Any solution for this problem?
Webbi_Trax
if I have JSON data file with key "icon" and want map this JSON > how props ICON name to fontawesome component?
const naming = "user-secret"
<FontAwesomeIcon icon={solid(naming)} /> or <FontAwesomeIcon icon={icon(naming)} />
have <<MacroError: Only string literals are supported when referencing icons (use a string here instead)>>
osadenko
how can I make icon to new line do not show on same line
GUTEA
It's a great tutorial I tried to implement it in my todo app but unfortunately I m getting error. I m stuck. Can you help me, please?
farrukhshoukatali
can I use regular instead of solid in free version?
adiful
solid,
regular,
brands,
icon
I have installed npm install --save @babel/helper-module-imports also 😑