Skip to content

[Feat] 버튼 컴포넌트 제작#46

Merged
kwonsaebom merged 9 commits intodevelopfrom
feat/#41/button
Jul 7, 2025
Merged

[Feat] 버튼 컴포넌트 제작#46
kwonsaebom merged 9 commits intodevelopfrom
feat/#41/button

Conversation

@kwonsaebom
Copy link
Copy Markdown
Contributor

@kwonsaebom kwonsaebom commented Jul 6, 2025

💡 Summary

close #41

✅ Tasks

  • 만다라트 버튼 컴포넌트
  • go 버튼 컴포넌트

👀 To Reviewer

✔️ GoButton 사용법
isActivetrue 가 기본값 ➡️ 아래 사진에서 오른쪽 !

// false 
 <GoButton isActive={false} />

// true
 <GoButton isActive={true} />
 <GoButton isActive /> 

📸 Screenshot

스크린샷 2025-07-06 오후 10 35 41 스크린샷 2025-07-06 오후 10 36 39

@kwonsaebom kwonsaebom self-assigned this Jul 6, 2025
@kwonsaebom kwonsaebom added the ✨ Feature 기능 개발 label Jul 6, 2025
@kwonsaebom kwonsaebom linked an issue Jul 6, 2025 that may be closed by this pull request
1 task
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jul 6, 2025

빌드 결과

빌드 실패 😵

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jul 6, 2025

🎨 스토리북 배포 완료!

👉 스토리북 미리보기

변경된 컴포넌트의 디자인을 확인해주세요.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jul 6, 2025

빌드 결과

빌드 성공 🎉

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jul 6, 2025

🎨 스토리북 배포 완료!

👉 스토리북 미리보기

변경된 컴포넌트의 디자인을 확인해주세요.

Copy link
Copy Markdown
Collaborator

@jisooooooooooo jisooooooooooo left a comment

Choose a reason for hiding this comment

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

깔꼼 굿이염🤓

@@ -0,0 +1,9 @@
import { buttonContainer } from '@/common/component/MandalButton/MandalButton.css';

const BUTTON_TEXT = '내 만다라트에 넣기';
Copy link
Copy Markdown
Collaborator

@jisooooooooooo jisooooooooooo Jul 6, 2025

Choose a reason for hiding this comment

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

p5) 굿 ! !!!

Copy link
Copy Markdown
Contributor

@shinjigu shinjigu left a comment

Choose a reason for hiding this comment

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

버튼 수고하셨습니다 😻😻

isActive: boolean;
};

const GoButton = ({ isActive = true }: GoButtonProps) => {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

p4) isActive = true가 기본값인 이유가 있나요 ??

@kwonsaebom kwonsaebom merged commit cb42b6b into develop Jul 7, 2025
4 checks passed
@jisooooooooooo jisooooooooooo deleted the feat/#41/button branch September 11, 2025 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: 버튼 컴포넌트

3 participants