Measured entry

hextaui-team-activity-feed

teamminimal-flat

A client-side React card for searchable, filterable team events, with date grouping, avatars, project badges, relative timestamps, incremental loading, and an empty state. It ships as shadcn registry source and depends on React, Lucide icons, a cn utility, Tailwind theme classes, and several shadcn UI primitives backed by Radix.

Specimen
Harness screenshot of hextaui-team-activity-feed at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of hextaui-team-activity-feed at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of hextaui-team-activity-feed 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-activity-feed
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical1
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal68.1 KB (133.5 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 41s
error during build:
[vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/blocks/team/team-activity-feed.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'

Verdict

A useful, well-scoped feed for an existing shadcn app, but not ready to ship unchanged because its verified render has a critical accessible-name issue. It needs a shadcn-style setup, and teams should fix the unnamed button before release.

Use it if

  • You need a ready-made audit or collaboration feed driven by your own typed activity records.
  • Your app already uses shadcn conventions and you want search, event-type filtering, grouping, and incremental loading in one card.
  • You are prepared to connect the supplied callbacks and adapt the fixed event taxonomy to your domain.

Skip it if

  • You need an accessible component without remediation, because the verified render includes a button with no discernible name.
  • Your design system does not use shadcn aliases, Tailwind theme tokens, or compatible registry primitives.
  • You need server-side filtering, virtualization, or live data fetching rather than client-side filtering of an in-memory list.
  • You want a drop-in feed whose event labels and locale-sensitive date formatting already match your product.

Install

Installation record for hextaui-team-activity-feed
Declared dependencies@radix-ui/react-avatar, @radix-ui/react-slot, @radix-ui/react-select, @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 compatible avatar, badge, button, card, empty-state, input-group, select, and separator components; configure the path aliases and cn helper; provide the expected Tailwind theme tokens; and install React, Lucide, and the required Radix packages. Then give the unnamed button an accessible label.

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.