docs: 폼 패턴 가이드 문서 추가 - #158
Draft
hyoseong1994 wants to merge 1 commit into
Draft
hyoseong1994 wants to merge 1 commit into
hyoseong1994 wants to merge 1 commit into
Conversation
4 tasks
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Ready View logs |
daleui | 4798865 | Commit Preview URL | Sep 15 2026, 12:17 AM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
폼은 여러 컴포넌트를 조합해 만들고 레이블·에러·유효성 규칙이 컴포넌트 경계를 넘나들어서, 조합 규칙을 모아 둘 문서가 필요했습니다.
src/content/docs/form-patterns.mdx를 작성했습니다. 사이드바(DOCS_NAV)에는form-patterns항목이 이미 등록되어 있어 본문만 채웠습니다.FieldProps가 만드는 레이블·입력·하단 메시지 구조disabled와readOnly선택 기준테스팅
daleui패키지의FieldProps·useField와 각 폼 컴포넌트 구현을 읽고 문서 내용이 실제 동작과 맞는지 확인했습니다.체크 리스트