-
Notifications
You must be signed in to change notification settings - Fork 4
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
Banner 컴포넌트, 공지사항 페이지 구현 #572
Conversation
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.
배너를 정말 이쁘게 구현하셨네요 👍👍👍
어프로브 하겠습니다
const { TITLE, CONTENT } = APP_LAUNCH_EVENT; | ||
const [isBannerOpen, setBannerOpen] = useState(true); | ||
|
||
const handleBannerClose = () => { | ||
setBannerOpen(false); | ||
}; |
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.
useToggle 사용하는 것은 어떨까요
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.
반영 완료!
fe-리뷰요청
⚡️ Lighthouse report!
|
53f297e
to
a2388f1
Compare
🔥 연관 이슈
close: #567
📝 작업 요약
Banner 컴포넌트, 공지사항 페이지를 구현하였습니다.
⏰ 소요 시간
🔎 작업 상세 설명
Banner를 메인 홈에서 확인하면 아래와 같습니다,
Banner의 자세히 버튼을 눌러 공지사항 페이지로 들어가면 아래와 같습니다.
🌟 논의 사항
없음