본문 바로가기 메뉴 바로가기

documenting and archiving

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

documenting and archiving

검색하기 폼
  • 분류 전체보기 (70)
    • 개발 (69)
      • react (10)
      • react-native (11)
      • javascript (14)
      • typescript (1)
      • css (9)
      • vue (1)
      • etc (22)
      • TIL (1)
  • 방명록

styled-components (1)
[styled-components] 리액트 styled-components 사용하기

리액트 스타일드 컴포넌트(Styled Components)는 컴포넌트 기반으로 스타일을 정의할 수 있는 CSS-in-JS 라이브러리다. 컴포넌트 기반 스타일링이 가능하고, 속성이나 글로벌 테마 등으로 동적인 스타일링도 가능하다.고유한 클래스를 생성해서 클래스 중복 등을 방지할 수도 있다. 전역 스타일링을 위한  GlobalStyles.ts 생성import { createGlobalStyle } from 'styled-components';import reset from 'styled-reset';const GlobalStyle = createGlobalStyle` ${reset} html { ... } body { ... }`;export default GlobalStyles; G..

개발/react 2024. 8. 28. 18:02
이전 1 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크

Blog is powered by Tistory / Designed by Tistory

티스토리툴바