진행 단계
완료 단계에는 체크 아이콘, 현재 단계에는 aria-current와 강조색, 예정 단계에는 번호를 사용한다.
상태
start
progress
활용 방법
신청 진행
각 단계의 description은 사용자가 현재 해야 할 일을 설명한다.
Preview
tsx
<StepIndicator current={1} steps={[{ label: "정보 입력" }, { label: "서류 확인" }]} />
속성
| 이름 | 타입 | 기본값 | 설명 |
|---|---|---|---|
| steps | StepItem[] | - | |
| current | number | - | |
| aria-label | string | "진행 단계" |