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

[#305] 인증제 컴포넌트 추가 #306

Merged
merged 5 commits into from
Jun 10, 2024

Conversation

chanwoo00106
Copy link
Member

💡 배경 및 개요

인증제 컴포넌트를 추가했습니다

Resolves: #305

📃 작업내용

CertificationForm 컴포넌트를 추가했습니다

image

🎸 기타

// example code
export const Primary = () => {
  return (
    <CertificationForm>
      <CertificationForm.Header onClose={() => {}}>
        <CertificationForm.Title>Test Form</CertificationForm.Title>
      </CertificationForm.Header>
      <CertificationForm.Field label='Test Field'>
        <Input placeholder='Text' />
      </CertificationForm.Field>
      <CertificationForm.Field label='Test Field'>
        <Input placeholder='Text' />
      </CertificationForm.Field>
      <CertificationForm.Field label='Test Field'>
        <Input placeholder='Text' />
      </CertificationForm.Field>
      <CertificationForm.Field label='Test Field'>
        <Input placeholder='Text' />
      </CertificationForm.Field>
      <CertificationForm.Field label='Test Field'>
        <Input placeholder='Text' />
      </CertificationForm.Field>
    </CertificationForm>
  )
}

Copy link

vercel bot commented May 30, 2024

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

Name Status Preview Comments Updated (UTC)
sms ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 10, 2024 0:25am

@chanwoo00106 chanwoo00106 self-assigned this May 30, 2024
@chanwoo00106 chanwoo00106 added 2️⃣ Priority: Medium 우선순위 - 중 ✨ Feature 신규 기능 labels May 30, 2024
@chanwoo00106 chanwoo00106 merged commit c526b52 into develop Jun 10, 2024
3 checks passed
@chanwoo00106 chanwoo00106 deleted the feature/certification-form branch June 10, 2024 12:26
Ethen1264 pushed a commit that referenced this pull request Jun 11, 2024
mini-aron pushed a commit that referenced this pull request Jun 11, 2024
@chanwoo00106 chanwoo00106 mentioned this pull request Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2️⃣ Priority: Medium 우선순위 - 중 ✨ Feature 신규 기능
Projects
None yet
Development

Successfully merging this pull request may close these issues.

인증제 컴포넌트 추가
2 participants