Styled Component는 Css-in-JS라고 하는 Javascript 파일 안에서 CSS를 처리할 수 있게 해주는 대표 라이브러리이다.
https://styled-components.com/docs/basics
styled-components: Basics
Get Started with styled-components basics.
styled-components.com
npm 설치 방법
with npm
npm install --save styled-components
yarn 설치 방법
with yarn
yarn add styled-components
'개발일지 > React' 카테고리의 다른 글
[17] React Testing Library 주요 API, render 함수 (0) | 2024.12.20 |
---|---|
[16] Iframe (1) | 2024.12.09 |
[14] 쿼리 함수 (0) | 2024.12.09 |
[13] Jest란? (0) | 2024.12.09 |
[12] TDD(Test Driven Development), React Testing Library (0) | 2024.12.09 |