Measured entry
hextaui-team-files
A client-side React card for browsing team files, searching names and tags, uploading by picker or drop, and exposing per-file actions. It ships as a shadcn registry item and expects React, Lucide icons, Radix-backed menu primitives, shared UI components, Tailwind theme classes, and a cn utility. Storage and mutations remain the host application's job.



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 | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 66.5 KB (131.9 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 24s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/blocks/team/team-files.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A practical presentation layer for a team file list, with clean responsive behavior and callback-driven integration points. It needs a shadcn-style setup because the bare project cannot resolve its shared utility import. Choose it when you are prepared to supply the actual file workflow and error states.
Use it if
- You need a compact file panel and can connect its upload, download, delete, and access callbacks to your own service.
- Your app already uses shadcn conventions and you want search, tags, file metadata, an empty state, and optional AI-access controls in one card.
- You need a layout that stays contained across narrow and wide screens without adding a provider.
Skip it if
- You need a complete file manager with storage, previews, folders, permissions, progress, or error feedback built in.
- Your design system does not use shadcn-style aliases, utilities, components, or Tailwind theme tokens and you do not want to port them.
- You need validation messages for rejected files or robust handling of failed async actions without extending the component.
Install
| Declared dependencies | @radix-ui/react-slot, @radix-ui/react-dropdown-menu |
|---|---|
| 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 the expected path aliases and cn utility, recreate or install the badge, button, card, dropdown-menu, empty, and input-group components, and provide their Tailwind theme tokens. Also install Lucide React plus the Radix slot and dropdown-menu packages, then wire the action callbacks to real storage APIs.
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 team pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- hyperui-team-3editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 17.4KB
- Bare
- pass
- Prov
- NO
- meraki-team-side-by-sideminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 17.9KB
- Bare
- pass
- Prov
- NO
- meraki-team-simpleminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 17.9KB
- Bare
- pass
- Prov
- NO
- hyperui-team-1editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 18.1KB
- Bare
- pass
- Prov
- NO
- hyperui-team-2editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 18.2KB
- Bare
- pass
- Prov
- NO
- meraki-team-backgroundminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 20.5KB
- Bare
- pass
- Prov
- NO