GoldTreeDevGTD UI

문서 제목, 아이콘 이름, 앱 이름으로 검색할 수 있어요.

전체 문서 보기 이동 · Enter 열기 · Esc 닫기

StepIndicator

다단계 프로세스의 진행 상태를 표시해요.

사용법

가로

세로

스타일 커스터마이징

StepIndicatorclassNamestyle prop으로 루트 스타일을 덮어쓸 수 있어요.

<StepIndicator className="rounded-full px-4" style={{ opacity: 0.9 }} />

인터페이스

StepIndicatorProps

속성타입기본값설명
steps*StepIndicatorItem[]단계 목록
currentStep*number현재 단계 (1-based)
orientation"horizontal" | "vertical"horizontal배치 방향
classNamestring루트 요소 클래스. Tailwind·커스텀 CSS 적용
styleCSSProperties인라인 스타일·CSS 변수(--gtd-*) 오버라이드

StepIndicator 컴포넌트 Props 표

가져오기

import { StepIndicator } from "@/components/ui/StepIndicator";
StepIndicator · GTD UI | GoldTreeDev Docs