Measured entry

hextaui-team-analytics

teamminimal-flat

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.

Specimen
Harness screenshot of hextaui-team-analytics at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of hextaui-team-analytics at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of hextaui-team-analytics 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-team-analytics
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal35.9 KB (101.3 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 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

Installation record for hextaui-team-analytics
Declared dependencies@radix-ui/react-avatar, @radix-ui/react-slot, @radix-ui/react-progress, @radix-ui/react-separator
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 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.

License
MIT
Record published
2026-08-14

Alternatives

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.