Measured entry
hextaui-team-dashboard
A client-side team overview block with usage cards, quick links, member presence, and an activity feed. It ships as a shadcn registry TSX file for Next.js and relies on shadcn UI primitives, Tailwind theme classes, a cn utility, next/link, Lucide icons, and Radix-backed components.



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 | flagged at 375, 768 |
| Axe critical | 1 |
| Axe serious | 1 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 56.7 KB (122.2 KB build, 65.5 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 911ms error during build: [vite]: Rollup failed to resolve import "lucide-react" from "<sandbox>re-17cc0f6019e7/src/cut/blocks/team/team-dashboard.tsx".
Verdict
A useful starting shell for an existing shadcn dashboard, with clear prop boundaries and working configured renders. It needs a shadcn-style setup, and teams should budget fixes for narrow-layout overflow and the progress-bar accessibility defects before shipping.
Use it if
- You need a ready-made team landing page that accepts member, usage, and activity data through props.
- Your app already uses Next.js, Tailwind, and shadcn-style component aliases and primitives.
- You can wire the invite and settings callbacks while replacing the placeholder quick-action anchors with real routes.
Skip it if
- Your dashboard must fit narrow phone or tablet layouts without responsive rework, since the verified render overflows at those widths.
- You need accessibility compliance out of the box, since the progress indicators lack accessible names and include unsupported ARIA attributes.
- Your project is not based on Next.js and you do not want to replace its Link usage and client-component assumptions.
- You want a member administration table with editing, permissions, search, or pagination rather than a compact summary.
Install
| Declared dependencies | @radix-ui/react-avatar, @radix-ui/react-slot, @radix-ui/react-progress, @radix-ui/react-separator, clsx, tailwind-merge |
|---|---|
| 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 |
For a non-shadcn project, add equivalent Avatar, Badge, Button, Card, Progress, and Separator components, Radix packages, clsx, tailwind-merge, Lucide React, a cn helper, Tailwind theme tokens, and path aliases. Use Next.js Link or replace it with your router, and preserve the client-component 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