Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
하단에 자주 사용되는 버튼을 style만 잘라서 컴포넌트에 일단 넣었습니다
#28
PR 유형 및 세부 작업 내용
사용법
버튼과 똑같은 형태로 사용하면되며, disabled를 true 또는 false로 설정하여 스타일 변경 가능합니다.
<BottomBtn disabled={spaceName === "" ? true : false}>생성하기</BottomBtn>
<BottomBtn disabled={false}>참여하기</BottomBtn>
작동 스크린샷
리뷰 요구사항
조금 헷갈리는 부분이 style만 떼오는 것도 component인지, style 폴더에 들어가야하는지 모르겠네요