[Feature/#1] Auth 공용 컴포넌트 UI 구현 #2
Merged
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.
🚨 관련 이슈
#1
✨ 변경사항
✏️ 작업 내용
회원가입 및 로그인에 사용될 공용 컴포넌트(
Button,Input) UI를 구현하고, 프로젝트 전반의 디자인 시스템(index.css)을 정비했습니다.공용 컴포넌트 구현
isLoading,leftIcon,rightIcon,fullWidth속성을 추가하여 다양한 버튼 상태 지원size(Big/Small)와variant(Dark/Custom) 스타일 체계 적용providerprops 하나로 카카오, 네이버, 구글, 이메일 로그인을 관리유효성 검사 및 UX
formatPhoneNumber)스타일링
소셜 로그인 버튼
AuthInput 예시
😅 미완성 작업
N/A
📢 논의 사항 및 참고 사항
N/A