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