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

회원가입 컴포넌트 input 컴포넌트화 및 api 분리 #121

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

Conversation

guno517
Copy link
Collaborator

@guno517 guno517 commented Feb 7, 2023

💡 Linked Issues

📖 구현 내용

  • 회원가입 input 컴포넌트화 및 API 분리

🖼 구현 이미지

반영 브랜치

ex) refactor/signup/#111 -> dev

✅ PR 포인트 & 궁금한 점

@guno517 guno517 added the 🔨Refactor 코드 개선 label Feb 7, 2023
@guno517 guno517 self-assigned this Feb 7, 2023
@guno517 guno517 linked an issue Feb 7, 2023 that may be closed by this pull request
2 tasks
@netlify
Copy link

netlify bot commented Feb 7, 2023

Deploy Preview for how-about-it ready!

Name Link
🔨 Latest commit 6548373
🔍 Latest deploy log https://app.netlify.com/sites/how-about-it/deploys/63e293b34b62d5000877a11e
😎 Deploy Preview https://deploy-preview-121--how-about-it.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@@ -5,7 +5,7 @@ type InputProps = {

const WarningLabel = ({ message, style }: InputProps) => {
return (
<label>
<label style={{ width: '330px' }}>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

p1;
WarningLabel 컴포넌트 재사용을 위해선 스타일을 고정하는 것보단, 주입받는 게 좋을 거 같습니당

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨Refactor 코드 개선
Projects
None yet
Development

Successfully merging this pull request may close these issues.

회원가입 컴포넌트 및 api 분리
2 participants