Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
444576d to
c1697b7
Compare
- role="group" → role="radiogroup" (WAI-ARIA 명세 준수) - ariaLabel prop 추가 - T extends string → string | number (숫자 value 지원) - roving tabindex 패턴 적용 (선택된 버튼만 tabIndex=0) - 화살표/Home/End 키 내비게이션 구현 - onClick 내 불필요한 isDisabled 중복 체크 제거 Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
c781f62 to
761c0af
Compare
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.
Summary
Changes
컴포넌트
SegmentedControl—options,value,onChange,size,disabled,ariaLabelprops 지원T extends string | number— 문자열/숫자 value 모두 지원disabled+ 전체disabled두 가지 레벨 지원접근성
role="radiogroup"+role="radio"— WAI-ARIA Radio Group 명세 준수ariaLabelprop — 그룹 용도 설명 가능tabIndex=0, 나머지-1←→↑↓HomeEnd지원Storybook
Period/ViewMode/Filter실사용 예시 3종size,disabled,disabled options인터랙티브 조작 가능Test plan