CSS-in-Js사용법 쓰는 이유1 CSS-in-Js사용법 쓰는 이유 styled-components Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅🏾 styled-components.com 외부 라이브러리이기 때문에 설치부터 한다. yarn add styled-components 설치가 완료되면 사용할 곳에서 임포트! import styled from "styled-components"; css를 컴포넌트화 할수있다. 라이브러리 안썼을때 js css .App { text-align: center; background-color: red; } 라이브러리 썼을때 CSS 컴포넌트화 js const Stdiv = styled.div.. 2022. 10. 6. 이전 1 다음