Skip to content
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): warningAlertModal 컴포넌트 개발 및 스토리북 작성 #6

Merged
merged 6 commits into from
Aug 19, 2024

Conversation

lsj0202
Copy link
Member

@lsj0202 lsj0202 commented Aug 9, 2024

  • warningAlertModal 개발
  • warningAlertModal storybook 작성

@lsj0202 lsj0202 added the enhancement New feature or request label Aug 9, 2024
@lsj0202 lsj0202 requested review from sebanimm and lheesung August 9, 2024 13:33
@lsj0202 lsj0202 self-assigned this Aug 9, 2024
@lsj0202 lsj0202 linked an issue Aug 9, 2024 that may be closed by this pull request
2 tasks
ref: ForwardedRef<HTMLDivElement>
) {
return (
<div ref={ref} {...props} className="w-80 h-52 bg-white flex flex-col rounded-lg">
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{...props} 맨 뒤로 빼야할거같음.

@lsj0202 lsj0202 merged commit 7788f4a into main Aug 19, 2024
1 check passed
@lsj0202 lsj0202 changed the title feat(ui): warningAlertModal 컴포넌트, warningAelrtModal 스토리북 추가 feat(ui): warningAlertModal 컴포넌트 개발 및 warningAelrtModal 스토리북 추가 Aug 19, 2024
@lsj0202 lsj0202 changed the title feat(ui): warningAlertModal 컴포넌트 개발 및 warningAelrtModal 스토리북 추가 feat(ui): warningAlertModal 컴포넌트 개발 및 스토리북 추가 Aug 19, 2024
@lsj0202 lsj0202 changed the title feat(ui): warningAlertModal 컴포넌트 개발 및 스토리북 추가 feat(ui): warningAlertModal 컴포넌트 개발 및 스토리북 작성 Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

feat(ui): warningAlertModal 컴포넌트 개발
1 participant