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 : PosterWithButtons 컴포넌트 구현 #138

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jymaeng1234
Copy link
Collaborator

📝 Summary

공연 포스터, 찜하기 버튼, 공유 버튼을 그룹화한 컴포넌트 입니다.

✨ Changes

  • PosterWithButtons 컴포넌트 구현

🖼️ Screenshots

image

✅ PR Checklist

  • 하나의 목적을 가진 PR입니다.
  • 코딩 컨벤션과 스타일 가이드를 준수합니다. 📌Conventions
  • 불필요한 코드 중복이 없습니다.
  • 컴포넌트의 책임이 단일합니다.
  • 리액트 훅을 올바르게 사용했습니다.
  • 민감한 정보를 포함하지 않았습니다.
  • 불필요한 콘솔 로그나 주석을 포함하지 않았습니다.
  • 컴포넌트 key값에 고유한 값을 할당했습니다.

🔗 References

💬 Comments

  • 포스터 이미지 경로(src : string), 공연 상세 페이지 경로(url:string), 찜여부(initialIsFilled:boolean), 컴포넌트 너비 비율 (width:number)

@jymaeng1234 jymaeng1234 linked an issue Oct 2, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🎯[Feature]PosterWithButtons 컴포넌트 구현
1 participant