Measured entry
hextaui-task-detail
tabsminimal-flatmotion on file
A client-side task detail card with URL-synced tabs for metadata, subtasks, comments, attachments, and activity. It ships as a shadcn registry block and expects local UI primitives, shared task types, Tailwind theme utilities, nuqs query state, 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 | flagged at 375 |
| Axe critical | 1 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 77.1 KB (142.6 KB build, 65.5 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 1.61s error during build: [vite]: Rollup failed to resolve import "lucide-react" from "<sandbox>re-f4d7ebd44f8b/src/cut/blocks/tasks/task-detail.tsx".
Verdict
A capable task-management block for an established shadcn codebase, but it needs a shadcn-style setup. The bare project cannot resolve its Lucide icon import, and the narrow layout plus unnamed action button need attention before production use.
Use it if
- You need a ready-made task workspace with editable details and callback-driven actions.
- Your app already uses shadcn conventions and can supply the related task model and UI primitives.
- You want the selected detail section reflected in the URL through nuqs.
Skip it if
- Your task view must fit narrow mobile screens without layout adaptation.
- You cannot fix the unlabeled icon-only action button before release.
- You need a lightweight standalone card without a broad Radix and registry dependency tree.
Install
| Declared dependencies | nuqs, @radix-ui/react-avatar, @radix-ui/react-slot, @radix-ui/react-checkbox, @radix-ui/react-dialog, @radix-ui/react-dropdown-menu, @radix-ui/react-select, @radix-ui/react-separator, @radix-ui/react-tabs, clsx, tailwind-merge |
|---|---|
| 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 Tailwind theme tokens, the cn helper, the referenced card, form, overlay, menu, tab, avatar, and task-list modules, plus their Radix packages. Install nuqs and lucide-react, mount the appropriate nuqs router adapter, map the import aliases, and give the icon action an accessible name.
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 tabs pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- tripled-native-tabs-carbonminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 69.9KB
- Bare
- pass
- Prov
- NO
- shadcn-tabsunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 22.4KB
- Bare
- fail
- Prov
- NO
- neobrutalism-paginationbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 28.0KB
- Bare
- fail
- Prov
- NO
- shadcn-paginationunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 28.1KB
- Bare
- fail
- Prov
- NO
- originui-comp-109minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 35.1KB
- Bare
- fail
- Prov
- NO
- originui-comp-110minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 35.1KB
- Bare
- fail
- Prov
- NO