GoldTreeDevGTD UI

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

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

ScrollProgress

New

페이지 스크롤 진행률을 가로 또는 세로 막대로 표시해요.

사용법

문서 전체의 스크롤 진행률을 상단 막대로 표시해요.

페이지를 스크롤해 진행률을 확인해 보세요

인터페이스

ScrollProgressProps

속성타입기본값설명
orientation"horizontal" | "vertical"horizontal진행 막대 방향
position"top" | "right" | "bottom" | "left"화면 고정 위치
thicknessnumber4진행 막대 두께(px)
labelstring페이지 스크롤 진행률접근성 라벨
classNamestring루트 클래스
styleCSSProperties인라인 스타일·CSS 변수

ScrollProgress 컴포넌트 Props 표

가져오기

모션 CSS는 @goldtreedev/ui/motion.css를 함께 import해요.

@import "@goldtreedev/ui/motion.css";

import { ScrollProgress } from "@goldtreedev/ui";
ScrollProgress · 모션 UI | GoldTreeDev Docs