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

[FE] 재사용 가능한 Textarea 컴포넌트를 작성한다. #220

Closed
2 tasks
chysis opened this issue Aug 5, 2024 · 0 comments · Fixed by #252
Closed
2 tasks

[FE] 재사용 가능한 Textarea 컴포넌트를 작성한다. #220

chysis opened this issue Aug 5, 2024 · 0 comments · Fixed by #252

Comments

@chysis
Copy link
Contributor

chysis commented Aug 5, 2024

🔍 설명

  • 재사용 가능한 Textarea 컴포넌트를 작성한다.

🔥 할 일

  • textarea, 에러 메시지와 현재 글자수를 띄우는 UI 컴포넌트를 작성한다.
  • 최소/최대 글자수에 따라 입력을 제한하거나 에러 메시지를 출력하는 로직을 훅으로 분리한다.

⏰ 예상 시간

  • 1시간

🐴 할 말

  • 리뷰 작성 페이지에서 서술형 포맷에 사용될 공통 컴포넌트입니다.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment