ReasonJun

Styled Components 본문

Frontend/Library

Styled Components

ReasonJun 2023. 6. 13. 16:47
728x90

https://styled-components.com/

 

styled-components

CSS for the <Component> Age

styled-components.com

Styled-components is a popular CSS-in-JS library that allows you to write CSS code directly in your JavaScript or TypeScript files. It provides a way to create and manage styled components in a more intuitive and component-centric manner.

 

With styled-components, you can define styles for your components using a syntax similar to CSS, but with the power of JavaScript's dynamic capabilities.

 

How to use :

https://styled-components.com/docs/basics#installation

 

styled-components: Basics

Get Started with styled-components basics.

styled-components.com

 

728x90

'Frontend > Library' 카테고리의 다른 글

remark / remark-html  (0) 2023.06.17
fs / path / gray-matter  (0) 2023.06.17
Axios  (0) 2023.06.13
{JSON} Placeholder  (0) 2023.06.13
Font Awesome  (0) 2023.06.06
Comments