Measured entry
hextaui-task-progress
badgeminimal-flatmotion on file
A client-side React task summary card that derives completion, active, pending, and total states from a shared task list. It ships as a shadcn registry block and composes local Card and Progress components, the project task type, a cn utility, Tailwind theme classes, and Lucide icons.



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 | 35.2 KB (100.6 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 44s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/blocks/tasks/task-progress.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A practical task-dashboard block that builds and mounts in the prepared setup, but it is not drop-in: it needs a shadcn-style setup. Add an accessible name to the progress bar, and treat the unused period and trend props as unfinished API surface.
Use it if
- You already use shadcn conventions and want a dashboard card driven by your existing task array.
- You need goal progress plus an optional status breakdown in a responsive card.
- Your task model already uses the expected done, in_progress, todo, and cancelled status values.
Skip it if
- You need a standalone badge or compact inline status indicator rather than a full summary card.
- You cannot add an accessible name to the rendered progress bar before release.
- You want the period or trend options to change the output, since the source accepts them but does not use them.
- Your app cannot adopt shadcn path aliases, theme tokens, and local registry components.
Install
| Declared dependencies | @radix-ui/react-progress, @radix-ui/react-avatar, @radix-ui/react-slot, @radix-ui/react-checkbox, @radix-ui/react-dropdown-menu, @radix-ui/react-select, @radix-ui/react-separator |
|---|---|
| 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 |
For a non-shadcn project, add React and Lucide icons, install the Radix packages used by the imported UI primitives, provide Card and Progress equivalents, define the shared Task type and cn helper, configure the @ path alias, and recreate the Tailwind theme tokens. Also label the progress bar for assistive technology.
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 badge pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- neu-badgeneumorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 17.5KB
- Bare
- pass
- Prov
- NO
- clay-badgeclaymorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 17.9KB
- Bare
- pass
- Prov
- NO
- ruixen-load-rippleunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 17.9KB
- Bare
- pass
- Prov
- NO
- kibo-listminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 42.4KB
- Bare
- pass
- Prov
- NO
- ruixen-blurred-stagger-textunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 58.1KB
- Bare
- pass
- Prov
- NO
- tripled-auto-revealing-heading-shadcnuiminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 58.3KB
- Bare
- pass
- Prov
- NO