Beta

Scroll Progress

A scroll progress component that displays the progress of the scroll.

Scroll down to see the progress bar

Installation

Usage

Global Scroll Progress

<ScrollProgress />

Local Scroll Progress

<ScrollProgress progressProps={{ className: 'absolute' }}>...</ScrollProgress>

Props

PropTypeDefault
progressProps?
HTMLMotionProps<"div">
-
className?
string
-
children?
React.ReactNode
-

On this page