Measured entry

tripled-profile-page-shadcnui

statsgradient-glowmotion on file

A client-side React profile header and stats page distributed as a shadcn registry item. It combines an animated gradient cover, avatar, bio, profile metadata, follow state, and action buttons. It depends on Framer Motion, React, Lucide icons, shadcn Avatar and Button primitives, theme tokens, and the local cn utility.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of tripled-profile-page-shadcnui at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-profile-page-shadcnui at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-profile-page-shadcnui 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 tripled-profile-page-shadcnui
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal73.6 KB (139.0 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 30s
error during build:
[vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/@uitripled/react-shadcn/src/components/components/profile/profile-page.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'

Verdict

A polished, responsive profile summary with sensible semantics and a useful follow-state interaction, but it is still a presentation shell with placeholder content and mostly unwired actions. It needs a shadcn-style setup to build and mount, and the motion dependency is substantial for a single animated cover.

Use it if

  • You need a social profile summary with identity, bio, metadata, follower stats, and primary actions in one section.
  • Your app already uses shadcn conventions and can supply real profile data and action handlers.
  • An animated cover fits the product tone and the added motion dependency is acceptable.

Skip it if

  • You need a complete profile page with tabs, posts, editing, loading states, or backend integration.
  • Your design system does not use shadcn aliases, primitives, or theme tokens and you do not want to adapt them.
  • You want a lightweight static profile card without a dedicated animation library.
  • Follow, message, and overflow actions must work immediately rather than being wired after installation.

Install

Installation record for tripled-profile-page-shadcnui
Declared dependenciesframer-motion, react, radix-ui
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 and Button components, a cn class-merging helper, Lucide React icons, Framer Motion, Tailwind utilities, and theme tokens for background, foreground, border, primary, secondary, and muted colors. Configure the at-sign path alias or replace those imports, then connect real data, links, and action handlers.

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.

Alternatives

Other published entries for the stats pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.