dnd-side-project / dnd-8th-1-frontend

🪩춤으로 연결되는 댄스 유니버스, 댄버스💫
https://danverse.vercel.app/
11 stars 0 forks source link

✨ feat: ProfileDatePicker 컴포넌트 구현 #229

Closed punchdrunkard closed 1 year ago

punchdrunkard commented 1 year ago

요약

프로필 등록 폼에 사용되는 ProfileDatePicker 컴포넌트를 구현하였습니다.

사진 (구현 캡처)

image

작업 내용

기타 (논의하고 싶은 부분)

테스트 코드

pages/index.tsx 에 다음 코드를 붙여 넣으면 됩니다.

import { ProfileDatePicker } from '@components'

export default function Home() {
  return (
    <div className="p-[20px]">
      <ProfileDatePicker handleStartDate={(date) => console.log(date)} />
    </div>
  )
}

타 직군 전달 사항

백엔드 전달 사항

디자이너 전달 사항

close #214

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
danverse ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 25, 2023 at 8:09PM (UTC)