-
Notifications
You must be signed in to change notification settings - Fork 1
feat: 디자인 시스템용 재사용 가능한 Input 컴포넌트 추가 #9
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
Conversation
There was a problem hiding this 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
확인했습니다. 수고하셨습니다!
There was a problem hiding this 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다 😀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
커밋 내역 확인했습니다 수고하셨습니다!
e871f5c
to
018e379
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다!
📖 개요
✅ 관련 이슈
🛠️ 상세 작업 내용
👥 리뷰 확인 사항 (옵션)
추가로 설정해야 하는 기본 타입이 있는지 확인부탁드립니다~
사용방법은 JSDoc 활용하시면 됩니다!