본문 바로가기

오늘도 코딩하나

검색하기
오늘도 코딩하나
프로필사진 오늘도 코딩하나

  • 분류 전체보기 (34)
    • React (2)
      • 코딩애플 (10)
      • 노마드코더 (13)
      • 왓에버 (0)
      • Project (0)
    • Typescript (6)
      • Lecture (6)
    • ALGORITHM (2)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/01   »
일 월 화 수 목 금 토
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Tags
  • 귤 고르기
  • 오블완
  • 노마드코더
  • 138476
  • 티스토리챌린지
  • Outlet
  • Typescript
  • React
  • H-index
  • 프로그래머스
  • programmers
  • usesetrecoilstate
  • useoutletcontext
  • Recoil
  • Helmet
  • 42747
  • userecoilvalue
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록2025/01/15 (1)

오늘도 코딩하나

[React] Styled-Component로 동적 스타일링과 테마 적용하기

강의 내용 요약 : 강의 링크 #2.0 ~ #2.7 ○ styled-componentimport styled from "styled-components";const Father = styled.div` display: flex;`;const Box = styled.div` background-color: ${(props) => props.bgColor}; width: 100px; height: 100px;`;const Circle = styled(Box)` border-radius: 50px;`;function App() { return ( );}export default App;style과 구현 부분으로 나누어지고, 구현 부분은 훨씬 가독성이 좋아진다.b..

React/노마드코더 2025. 1. 15. 02:24
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바