-
Notifications
You must be signed in to change notification settings - Fork 5
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
[markup] ButtonPDF 컴포넌트 및 스토리북 제작 #26
base: develop
Are you sure you want to change the base?
Conversation
- ButtonPDF 컴포넌트 및 스토리북 제작
- disabled ture로 상태 추가, 알러트 메세지 수정
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.
나머지는 저번 스토리북이랑 컴포넌트 만드는 법 스터디를 안들었는데도 불구하고 너무 잘만들었어요! 제가 Request changes 보낸 부분만 체크해서 수정해주시면 좋겠습니다!
|
||
export const Disabled: Story = { | ||
args: { | ||
onClick: () => alert('클릭되지 않음'), |
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.
클릭되지 않는 것을 구현하는 컴포넌트 테스트는 실제로 클릭이 안되어야합니다.
그래서 클릭 이벤트에 메세지를 그렇게 적어주는 것보다는 args:{disabled : true}를 넣어줘서 실제로 클릭이 안되는지 체크해보셔야할 것 같아요
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.
그리고 꼭 해당 PR에 대한 정보들을 기입해주시고 이슈랑 연결지어주세요! closes #이슈번호 하면 자동으로 pr 완료되면 이슈가 닫힙니다!
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.
클릭되지 않는 것을 구현하는 컴포넌트 테스트는 실제로 클릭이 안되어야합니다. 그래서 클릭 이벤트에 메세지를 그렇게 적어주는 것보다는 args:{disabled : true}를 넣어줘서 실제로 클릭이 안되는지 체크해보셔야할 것 같아요
[chore] ButtonPDF 스토리북 disabled 상태 수정
두번째 커밋에 수정해두었는데 다시 한 번 확인해보겠습니다!!
#️⃣ Issue Number
[markup] ButtonPDF 컴포넌트
closes #13
📝 요약(Summary)
🛠️ PR 유형
어떤 변경 사항이 있나요?
💬 공유사항 to 리뷰어
✅ PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.