Skip to content

Conversation

sehyun0518
Copy link
Collaborator

📖 개요

  • 디자인 시스템용 재사용 가능한 Input 컴포넌트 추가

✅ 관련 이슈

🛠️ 상세 작업 내용

  • 기본 input props 확장
  • dark/white 별 스타일링
  • 왼쪽 아이콘 선택형 추가
  • JSDoc 설명 추가

👥 리뷰 확인 사항 (옵션)

추가로 설정해야 하는 기본 타입이 있는지 확인부탁드립니다~
사용방법은 JSDoc 활용하시면 됩니다!

@sehyun0518 sehyun0518 self-assigned this Oct 10, 2025
@sehyun0518 sehyun0518 linked an issue Oct 10, 2025 that may be closed by this pull request
3 tasks
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

A reusable Input component for a design system that extends basic HTML input functionality with styling, icon support, and error states. The component provides flexible customization through Tailwind CSS classes and supports both dark and light themes.

  • Added TypeScript interface for Input component props extending native input properties
  • Implemented Input component with icon support, error states, and theme-aware styling
  • Added comprehensive JSDoc documentation with usage examples

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
src/components/Input/type.ts TypeScript interface defining Input component props with icon, styling, and error state options
src/components/Input/index.tsx Main Input component implementation with Tailwind styling, icon support, and JSDoc documentation

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

elecharu
elecharu previously approved these changes Oct 10, 2025
Copy link
Collaborator

@elecharu elecharu left a comment

Choose a reason for hiding this comment

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

확인했습니다. 수고하셨습니다!

@sageherb sageherb requested a review from Copilot October 14, 2025 02:34
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

sageherb
sageherb previously approved these changes Oct 14, 2025
Copy link
Collaborator

@sageherb sageherb left a comment

Choose a reason for hiding this comment

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

고생하셨습니다 😀

elecharu
elecharu previously approved these changes Oct 14, 2025
Copy link
Collaborator

@elecharu elecharu left a comment

Choose a reason for hiding this comment

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

커밋 내역 확인했습니다 수고하셨습니다!

@sehyun0518 sehyun0518 dismissed stale reviews from sageherb and elecharu via fc3fa4d October 14, 2025 03:21
Copy link
Collaborator

@elecharu elecharu left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Input 컴포넌트

3 participants