Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 영화감상
- 주짓떼로
- 웹개발
- git
- 노드
- 파이썬
- web
- 리액트
- graphQL
- 자바스크립트
- Redux
- 드릴
- development
- 솔로드릴
- Node
- 프로그래밍
- 개발자
- JavaScript
- 주짓수
- nodejs
- REACT
- 디자인패턴
- 개발
- 하프가드
- Express
- 클로즈가드
- 주짓떼라
- 엄티로드
- 영화리뷰
- 영화
Archives
- Today
- Total
목록styledcomponent (1)
As i wish

styled-component를 쓰면서 가장 큰 장점은 스타일링이 템플릿 리터럴(Template Literal)을 사용하기 때문에 $ (props.isMenu ? '30px' : '')}; background-color: ${(props) => (props.isMenu ? '#8080804d' : 'transparent')}; `; const Number = styled.div` min-width: 20%; margin: auto 0; padding-left: 1%; `; const Content = styled.div` min-width: 40%; margin: auto 0; padding-left: 1%; `; const InputContainer = styled.div` min-width: 38%;..
React JS
2020. 1. 1. 22:41