Measured entry
hextaui-progress
progressminimal-flatmotion on file
A minimal linear progress bar shipped as a shadcn registry component. It wraps Radix Progress, animates the indicator with a transform transition, and marks incomplete work as busy. Its styling relies on Tailwind theme utilities, the local cn helper, and the project alias used for that 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 | 1 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 29.3 KB (94.7 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 1m 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 sound, focused wrapper once labeled correctly, but the tested demo leaves the progressbar without an accessible name. It also needs a shadcn-style setup and does not mount in a bare project as supplied.
Use it if
- You already use Radix primitives and want a compact determinate progress bar.
- Your app has shadcn-style Tailwind tokens and a shared class-name utility.
- You want motion that respects the user's reduced-motion preference.
Skip it if
- You need an accessible label to be supplied automatically rather than at each call site.
- You need segmented, circular, or richly labeled progress states.
- You do not want to adopt Radix or Tailwind-based styling for a single indicator.
Install
| Declared dependencies | @radix-ui/react-progress |
|---|---|
| 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, add the Radix Progress package, provide the cn class-merging helper or replace it, configure the referenced import alias, and recreate the Tailwind utilities and theme color tokens. Give every instance an accessible name through an ARIA label or a linked visible label.
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/preetsuthar17/HextaUIAlternatives
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