본문 바로가기
개발일지

React 개발하면서 Icon이 필요하다면 ?

by donggune 2022. 2. 9.
반응형

fontawesome 쓰면 됨

 

 

 

yarn add @fortawesome/fontawesome-free

이렇게 yarn add 해주고


import '@fortawesome/fontawesome-free/js/all.js';

해당 파일에 import 해주면 됨

반응형