Answers for "how to add fontawesome in reactjs"

5

How to use font awewsome in react app

npm install --save font-awesome //install font awewsome 
import 'font-awesome/css/font-awesome.min.css'; //import in react app
Posted by: Guest on October-07-2021
0

react fontawesome

/better alternative 
https://react-icons.github.io/react-icons/ 
https://react-icons.github.io/react-icons/icons?name=fa
Posted by: Guest on February-25-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language