Measured entry
shadcn-progress
progressunclassifiedmotion on file
A client-side React progress bar that ships as a TypeScript shadcn registry file. It wraps the Radix Progress primitive, animates the indicator with utility classes, and depends on React, radix-ui, Tailwind theme classes, and the shadcn cn helper imported through a project alias.



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 | 1 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 28.9 KB (94.3 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 3.01s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/components/ui/progress.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A sensible fit for an existing shadcn codebase, with straightforward styling and Radix semantics. It needs a shadcn-style setup to build and mount, and consumers must supply an accessible name before shipping it.
Use it if
- Your app already follows shadcn conventions and needs a compact determinate progress indicator.
- You want Radix progress semantics while retaining direct control over classes and component source.
Skip it if
- You need a drop-in package that works without project aliases, a cn utility, or Tailwind theme tokens.
- You cannot add an accessible name wherever the component is used, since the verified demo leaves the progressbar unnamed.
- You need built-in indeterminate behavior or status text rather than a value-driven bar.
Install
| Declared dependencies | radix-ui |
|---|---|
| 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 radix-ui, provide the aliased cn utility or replace that import, configure the Tailwind utilities and primary theme token used by the classes, and add an accessible label at each usage site.
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/shadcn-ui/uiAlternatives
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
- magicui-scroll-progressdark-futuristic
- Renders
- YES
- A11y
- 0
- Gzip
- 69.0KB
- Bare
- fail
- Prov
- NO