개발세발

리액트에 아이콘 넣기 (font-awesome, react-icons) 본문

코딩공부/React

리액트에 아이콘 넣기 (font-awesome, react-icons)

뉼👩🏻‍💻 2023. 3. 21. 19:22
728x90
반응형
SMALL

 

웹페이지 만들면서 아이콘이 필요할 때 웹 아이콘을 이용해서 넣으면 좀 더 깔끔하고 편하게 넣을 수 있다. 

 

평소 자주 사용하던 아이콘 툴킷은 font-awesome이다 

 

react로 개발을 시작하면서 리액트 환경에서도 font-awesome이 사용되는지 몰랐는데 되긴 된다!

하지만 평소 사용했던 바와 같이 무료로 사용할 수 있는 아이콘이 한정적이라는 치명적인 단점이 똑같이 있었다.

 

https://fontawesome.com/v5/docs/web/use-with/react

 

React

The internet's icon library + toolkit. Used by millions of designers, devs, & content creators. Open-source. Always free. Always awesome.

fontawesome.com

 

위의 링크에서 사용법을 잘 설명해주고 있다. 

 

 

교육 때도 배웠고, 일반적으로 리액트환경에서 잘 사용한다는 리액트 아이콘

아이콘 종류가 훨씬 많아서 고르는 재미가 있다. 

 

 

https://react-icons.github.io/react-icons

 

React Icons

React Icons Include popular icons in your React projects easily with react-icons, which utilizes ES6 imports that allows you to include only the icons that your project is using. Installation (for standard modern project) npm install react-icons --save Usa

react-icons.github.io

 

 

 

 

728x90
반응형