CreditDetail

nujinging·2023년 11월 30일

FeelvieAct

목록 보기
8/10
post-thumbnail

https://feelvieact.netlify.app/detail/movie/496243/credits


모바일에서 사용할 접기 버튼

  • PC에서는 숨겨두고 width 768 이하로 떨어지면 보이게 처리
const castMore = () => {
  setCastClose(!castClose);
}
const crewMore = () => {
  setCrewClose(!crewClose);
}

이미지 없을 케이스 처리

profile
끄적끄적

0개의 댓글