Feat: storybook docs추가 및 프로필 이미지 수정 인증 추가 #232
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
💡 작업 내용
💡 자세한 설명
는 장점이 있다.
컴포넌트 문서화
컴포넌트를 문서화하는 도구로도 매우 유용하다. 디자인 시스템이나 컴포넌트 라이브러리를 관리할 수 있다.
컴포넌트 테스트
컴포넌트의 동작을 확인하고, 다양한 상태와 조합에서 정상적으로 작동하는지 테스트할 수 있다.
디자인 시스템 구축
스토리북은 팀이 공통된 디자인 시스템을 정의하고 활용할 수 있는 툴로 사용된다.
비주얼 회귀 테스트
UI 변경 시, 예상치 못한 변경이 발생하지 않았는지 확인할 수 있다.
디자이너-개발자 협업도구
접근성 테스트를 위한 Addon 다운
다양한 화면 크기에서 컴포넌트 테스트 addon-viewport 다운
공식 문서에 나와 있는 story 컴포넌트 기본 세팅 방식
사용하면 좋은 기능으론
Storybook에서 꼭 사용해야 하는 기능들은
스토리북은 UI 컴포넌트의 개발과 테스트, 문서화를 지원하는 강력한 도구입니다. 컴포넌트 기반 개발의 효율성을 높이고, 프로젝트의 품질을 향상시키는 데 큰 도움이 됩니다.
✅ 셀프 체크리스트
closes #