-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: 메뉴 상세 UI 작성 #50
Conversation
checkbox, label, radio-group 컴포넌트 추가
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/components/shared/BackButton/index.tsx
여기에 예전에 제가 만들어 둔게 있어서 이걸 추가해서 하면 좋을 것 같습니다
기능적으로 부족하면 추가적으로 커스텀하셔도 되고여
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아까 질문드린대로 잘적용했습니다 확인 부탁드려요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다!
</Label> | ||
</div> | ||
<div className="flex items-center space-x-2"> | ||
<RadioGroupItem |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
반복 되는 컴포넌트를 분리하면 좋지 않을까요?
만약 수정해야 하면 전부 다 찾아다니면서 고쳐야 해서 힘들거 같아요!
close #31