Measured entry

hextaui-project-list

avatarminimal-flatmotion on file

A client-side React project directory that switches between card and list layouts, with search, status filtering, progress, member avatars, and archive or delete callbacks. It ships as a shadcn registry block for Next.js and depends on React, Next Image, Lucide icons, the cn utility, and several shadcn primitives backed by Radix.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of hextaui-project-list at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of hextaui-project-list at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of hextaui-project-list 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-project-list
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical1
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal80.3 KB (145.7 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 15s
error during build:
[vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/blocks/tasks/project-list.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'

Verdict

A capable, responsive project browser for teams already invested in the shadcn ecosystem. It builds and mounts in the configured harness, but needs a shadcn-style setup outside it. Fix the button naming violation and card keyboard behavior before production use.

Use it if

  • You need a project dashboard with search, status filtering, progress, and member context already composed.
  • Your app already uses Next.js and a shadcn-style component structure.
  • You want both grid and list presentations driven by your own project data and callbacks.

Skip it if

  • You need a framework-neutral React component without Next Image or path aliases.
  • You want a small avatar primitive rather than a full project-management block.
  • You require an accessibility-clean result without first fixing the unnamed button and adding keyboard activation for project cards.
  • You are avoiding a broad set of shadcn and Radix UI dependencies for one screen.

Install

Installation record for hextaui-project-list
Declared dependencies@radix-ui/react-avatar, @radix-ui/react-slot, @radix-ui/react-dropdown-menu, @radix-ui/react-progress, @radix-ui/react-select
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 the referenced avatar, badge, button, card, dropdown menu, input group, progress, and select components; install their Radix packages plus Lucide; provide the cn class-merging utility and matching path aliases; configure Tailwind theme tokens; and either use Next Image or replace it with your image component.

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 avatar pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.