Measured entry
tripled-scroll-progress-tracker-shadcnui
progressgradient-glowmotion on file
A client-side React scroll indicator shipped as a shadcn registry page. It reads document scroll with Framer Motion, springs a horizontal scale, and interpolates an indigo-to-pink fill. Optional section labels only switch the glow behavior; they are not rendered. Styling relies on Tailwind utilities and the bg-background theme token.



Measured
Every value below was written by the harness on the run that produced the frames above. None of it is derived from the prose.
| Build | OK |
|---|---|
| Mount | OK |
| Console errors | 0 |
| Uncaught page errors | 0 |
| Horizontal overflow | clean at 375, 768, 1440 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 64.3 KB (129.7 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written from the component source API |
Verdict
Reliable in the harness and visually restrained, but the API overpromises: the height prop is unused, section strings never surface, and the component is not fixed without consumer styling. A reasonable pick for apps already carrying Framer Motion; otherwise a small CSS implementation is easier to own.
Use it if
- You need a compact document-level progress strip with spring-smoothed motion.
- Your app already uses Framer Motion and Tailwind theme utilities.
- You can control placement and want an optional glow that reacts to section boundaries.
Skip it if
- You need a genuinely fixed viewport tracker out of the box; the source renders in normal flow.
- You expect section names, markers, or navigation controls to appear; the array is only used for progress segmentation.
- You need the advertised height prop to change the bar; the source does not apply it.
- Adding Framer Motion for one indicator is not acceptable for your dependency budget.
Install
| Declared dependencies | framer-motion, react |
|---|---|
| Missing on install | none |
| Bare install | builds and mounts without the shadcn-style helpers |
| Provider | no provider required in the harness |
Install Framer Motion, keep the component on the client, and provide Tailwind utilities plus a bg-background color token. Without Tailwind, translate the utility classes into local CSS. Add fixed positioning yourself if the tracker should remain pinned while scrolling.
Source and credit
This page is a review, not a copy. The component source lives with its author and this site does not republish it. Read the license before you use anything.
Author repository
github.com/moumen-soliman/uitripledAlternatives
Other published entries for the progress pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- neu-progressneumorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 17.8KB
- Bare
- pass
- Prov
- NO
- clay-progressclaymorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 18.0KB
- Bare
- pass
- Prov
- NO
- magicui-animated-circular-progress-barbento
- Renders
- YES
- A11y
- 0
- Gzip
- 26.3KB
- Bare
- fail
- Prov
- NO
- 8bitcn-timeline2skeuomorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 26.7KB
- Bare
- fail
- Prov
- NO
- magicui-scroll-progressdark-futuristic
- Renders
- YES
- A11y
- 0
- Gzip
- 69.0KB
- Bare
- fail
- Prov
- NO
- ruixen-progressive-flux-loadergradient-glow
- Renders
- YES
- A11y
- 0
- Gzip
- 69.6KB
- Bare
- fail
- Prov
- NO