Measured entry
magicui-scroll-progress
progressdark-futuristicmotion on file
A client-side React bar that tracks document scroll with Motion's useScroll hook and animates horizontal scale. It ships as a shadcn registry TypeScript component, styled with Tailwind utilities, and imports both motion/react and the usual @/lib/utils cn helper.



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 | 69.0 KB (134.4 KB build, 65.4 KB baseline) |
| Bare mode | FAIL |
| Provider required | NO |
| Demo used | written from the component source API |
What the harness recorded
BARE BUILD
✗ Build failed in 35.34s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/scroll-progress.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A focused, clean indicator for long-form pages, but it is decorative and carries Motion for a very small visual. The packaged source needs a shadcn-style setup because the bare project cannot resolve its shared cn utility.
Use it if
- You want a fixed, decorative reading-progress strip at the top of a long page.
- Your app already uses Motion and can absorb another client component.
- Your design system supports Tailwind utility classes and easy className overrides.
Skip it if
- You need an accessible progress indicator that exposes a value to assistive technology.
- Your top navigation or status chrome already occupies the same fixed edge.
- You want to avoid Motion for a single lightweight scroll effect.
- Your project does not use Tailwind and you do not want to translate the bundled styling.
Install
| Declared dependencies | motion |
|---|---|
| Missing on install | none |
| Bare install | fails once the shadcn-style helpers are removed, so it needs that setup |
| Provider | no provider required in the harness |
In a non-shadcn project, install Motion, provide a cn class-merging helper or replace that call, configure the @ alias if keeping the import, and recreate the Tailwind gradient, positioning, stacking, and transform-origin styles in your own styling system. Keep the component on the client side.
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/magicuidesign/magicuiAlternatives
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
- tripled-scroll-progress-tracker-shadcnuigradient-glow
- Renders
- YES
- A11y
- 0
- Gzip
- 64.3KB
- 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
- ruixen-progressive-flux-loadergradient-glow
- Renders
- YES
- A11y
- 0
- Gzip
- 69.6KB
- Bare
- fail
- Prov
- NO