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.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of hextaui-task-detail at 375 pixels wide
Harness screenshot at 375 pixels wide. This viewport scrolled sideways.
Harness screenshot of hextaui-task-detail at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of hextaui-task-detail 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-detail
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowflagged at 375
Axe critical1
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal77.1 KB (142.6 KB build, 65.5 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten 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

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

License
MIT
Record published
2026-08-17

Alternatives

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.