Scroll Tied Progress Line
A production-scale, light + dark Scroll Tied Progress Line component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add scroll-tied-progress-lineLive preview available in the gallery.
Usage
import { ScrollTiedProgressLine } from "@lerpa/ui";
<ScrollTiedProgressLine />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| children | React.ReactNode | - | |
| className | string | — | |
| lineColor | string | — | |
| lineWidth | number | — | |
| borderRadius | number | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.