Closed Klomachenko closed 1 week ago
FooterTabButton
Layout └── Button Components ├── FooterTabButton └── JoinQueueButton
const JoinButtonBox = styled.div` position: absolute; bottom: 4rem; left: 50%; transform: translate(-50%, 50%); z-index: 1; `;
- 위와 같이 항상 styled component 비슷한 css 라이브러리를 사용하며 느끼는 점인데 저런 `JoinButtonBox`는 굳이 필요가 없음에도 항상 추가되는 느낌이 있습니다. 혹여 저런 것이 잘못된 부분인지, 아니면 css in js 라이브러리의 한계인지 궁금합니다.
관련 이슈
12
구현한 내용
설명
FooterTabButton
입니다.사진
리뷰어에게...
컴포넌트 분리 관련
CSS관련