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️⃣ 요약
3️⃣ 참고사항
TopNavigation
은 fixed로 구현하여 스크롤할 때도 고정적으로 보이도록 구현했습니다.PlainButton
컴포넌트(피그마에서는 button이라고 되어있음)를 구현했습니다.SideNavigation
의 '로그인', '마이페이지', '로그아웃' 버튼에 사용되었습니다.SmallButton
컴포넌트(피그마에서는 button-s라고 되어있음)를 구현했습니다.TopNavigation
의 메뉴 목록과 로그인 버튼에 사용되었습니다.구현 화면
Vite.+.React.+.TS.-.Chrome.2024-04-29.19-28-20.mp4
Vite.+.React.+.TS.-.Chrome.2024-04-29.19-26-31.mp4
4️⃣ 추후 작업
navigate(path)
로 추가하면 될 것 같습니다.