Emotion이란?
Emotion은 JS로 css 스타일을 작성하도록 설계된 라이브러리다. Emotion은 프레임워크에 구애 받지 않고 사용이 가능하며, React에서도 사용 가능하다.
@emotion/styled 패키지
https://www.npmjs.com/package/@emotion/styled
`@emotion/styled` 패키지는 style을 가진 Component를 만들고 싶을 때 사용한다.
Emotion은 JS로 css 스타일을 작성하도록 설계된 라이브러리다. Emotion은 프레임워크에 구애 받지 않고 사용이 가능하며, React에서도 사용 가능하다.
https://www.npmjs.com/package/@emotion/styled
`@emotion/styled` 패키지는 style을 가진 Component를 만들고 싶을 때 사용한다.