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.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of hextaui-task-progress at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of hextaui-task-progress at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of hextaui-task-progress at 1440 pixels wide
Harness screenshot at 1440 pixels wide. No horizontal overflow recorded.

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.

Harness measurements recorded for hextaui-task-progress
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious1
Axe moderate0
Axe minor0
Gzip marginal35.2 KB (100.6 KB build, 65.4 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten 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

Installation record for hextaui-task-progress
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 installnone
Bare installfails once the shadcn-style helpers are removed, so it needs that setup
Providerno 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.

License
MIT
Record published
2026-08-14

Alternatives

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.