Styled Components
λ Έλ§λμ½λ - React JS λ§μ€ν° ν΄λμ€ https://styled-components.com/
Install
CRA
νμnpm i styled-components
Using
1. import
2. Create styled components
λ°±ν±
μ¬μ΄μλcss
κ° λ€μ΄κ°vscode μ΅μ€ν μ μ€μΉνλ©΄ μλμμ±
ν΄λμ€ λ€μμ λλ€νκ² μ§μ λ¨
3. Adapting and Extending
adapting(modify)
props
μ¬μ© κ°λ₯
extending
styled(κΈ°μ‘΄μ»΄ν¬λνΈ)
κΈ°μ‘΄ μ»΄ν¬λνΈμ λͺ¨λ μμ±μ μλ‘μ΄ μμ±μ λ ν΄μ€
4. 'As' and Attrs
as
λΌλ propsλ₯Ό μ΄μ©νλ©΄ μ μλ μ€νμΌμ κ·Έλλ‘ κ°μ§κ³ κ°λ νκ·Έλ€μμ λ°κΏ μ μμ
attrs
λ₯Ό μ΄μ©νλ©΄ htmlμ μμ±μ 미리 μ€μ ν μ μμμ¬λ¬κ°μ λμΌν μ€μ μ΄ νμν κ²½μ° μ μ©
5. Animations and Pseudo Selectors
animations
keyframes
λΌλ ν¬νΌ ν¨μλ₯Ό μΆκ°λ°μμ animationμ μ μΈνκ³
styled-components
μμμ μ¬μ©
seudo Selectors
styled-components
κ° μλλλΌλ μ»΄ν¬λνΈ λ΄μμ νμ νκ·Έμ λν νκ² μ ν κ°λ₯μΆμ½μ΄
&
case1
styled-components
λ΄μμ νμ μ»΄ν¬λνΈμ λν νκ² μ ν κ°λ₯(λ³μλͺ μ²λΌ μ¬μ©)case2
Themes
λͺ¨λ μμμ κ°μ§κ³ μλ object
index.jsμμ μ€μ νκ³ App.jsμμ
props
λ‘ κ°μ Έλ€ μμμ μΏ¨ν¨π€©
Last updated