Measured entry
hextaui-team-analytics
A client-side React dashboard block for team AI usage, delivered through a shadcn registry. It renders summary cards plus ranked member and project lists from supplied props. It relies on a cn utility, Tailwind theme classes, Lucide icons, and shadcn card, badge, avatar, progress, and separator primitives backed by Radix.



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 | 35.9 KB (101.3 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 43s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/blocks/team/team-analytics.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A solid fit for an existing shadcn dashboard that needs readable usage rankings and summary cards. It builds and mounts in the prepared harness, but the bare failure shows it needs a shadcn-style setup. Treat it as a polished starting view, not a complete analytics system.
Use it if
- You need a compact internal dashboard for token, session, member, and project activity.
- Your app already uses shadcn conventions, Tailwind theme tokens, and matching UI primitives.
- You want a presentational block that accepts prepared analytics data without owning data fetching.
Skip it if
- You need actual time-series charts, because the supplied data-point fields are not rendered.
- You need the period selection to change the display, because the period prop is currently unused.
- You want a standalone package with no project aliases, shared utility, or copied UI primitives.
- You need customizable ranking depth or richer member file metrics, which the current view does not expose.
Install
| Declared dependencies | @radix-ui/react-avatar, @radix-ui/react-slot, @radix-ui/react-progress, @radix-ui/react-separator |
|---|---|
| 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 card, badge, avatar, progress, and separator components, add their Radix dependencies and Lucide icons, and provide compatible Tailwind theme tokens. Keep it in a client-rendered React boundary.
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