Measured entry

hextaui-team-dashboard

teamminimal-flat

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.

Specimen
Harness screenshot of hextaui-team-dashboard at 375 pixels wide
Harness screenshot at 375 pixels wide. This viewport scrolled sideways.
Harness screenshot of hextaui-team-dashboard at 768 pixels wide
Harness screenshot at 768 pixels wide. This viewport scrolled sideways.
Harness screenshot of hextaui-team-dashboard 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-dashboard
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowflagged at 375, 768
Axe critical1
Axe serious1
Axe moderate0
Axe minor0
Gzip marginal56.7 KB (122.2 KB build, 65.5 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten 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

Installation record for hextaui-team-dashboard
Declared dependencies@radix-ui/react-avatar, @radix-ui/react-slot, @radix-ui/react-progress, @radix-ui/react-separator, clsx, tailwind-merge
Missing on installnone
Bare installfails once the shadcn-style helpers are removed, so it needs that setup
Providerno 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.

License
MIT
Record published
2026-08-17

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.