Measured entry
tripled-glassmorphism-statistics-card-shadcnui
scroll-effectglassmorphismmotion on file
A client-side athlete profile card that reveals a compact statistics grid on hover, with an image loading placeholder, glass-like overlay, and Framer Motion transitions. It ships as a shadcn registry component and relies on React, the shadcn Card primitive, Lucide icons, Tailwind theme tokens, and Framer Motion.



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 | clean at 375, 768, 1440 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 68.7 KB (134.1 KB build, 65.4 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 1m 5s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/components/ui/card.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A polished, focused card for pointer-led profile showcases, and the verified build and mount are clean. The hidden-on-hover metrics weaken it for touch and keyboard contexts. It needs a shadcn-style setup; a bare React project fails because the Card primitive expects the usual local utility module.
Use it if
- You need a visually prominent profile or achievement card whose secondary metrics can stay hidden until pointer interaction.
- Your app already uses shadcn conventions, Tailwind theme tokens, Lucide icons, and Framer Motion.
- You can replace the bundled athlete content and remote image with product-owned data and media.
Skip it if
- The statistics must remain discoverable on touch devices or for keyboard users, because the reveal is driven by hover state.
- You want a lightweight static summary and do not otherwise need Framer Motion.
- Your design system does not provide shadcn-style path aliases, Card primitives, and theme tokens.
- Remote Unsplash imagery is unsuitable for your privacy, reliability, or asset-governance requirements.
Install
| Declared dependencies | framer-motion, react, radix-ui |
|---|---|
| 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 |
In a non-shadcn project, add Tailwind with the referenced color and spacing tokens, configure the at-sign source alias, provide the Card primitive and its local class-name utility, and install React, Framer Motion, and Lucide React. Also replace the sample content and remote image, and add a focus or always-visible path for the statistics.
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/moumen-soliman/uitripledAlternatives
Other published entries for the scroll-effect pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- reui-scrollspyminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 21.5KB
- Bare
- pass
- Prov
- NO
- kibo-marqueeminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 31.3KB
- Bare
- pass
- Prov
- NO
- motion-primitives-in-viewspatial
- Renders
- YES
- A11y
- 0
- Gzip
- 58.1KB
- Bare
- pass
- Prov
- NO
- tripled-interactive-timeline-shadcnuiminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 58.7KB
- Bare
- pass
- Prov
- NO
- ruixen-container-text-scrollspatial
- Renders
- YES
- A11y
- 0
- Gzip
- 61.5KB
- Bare
- pass
- Prov
- NO
- fancy-parallax-floating3d
- Renders
- YES
- A11y
- 0
- Gzip
- 27.5KB
- Bare
- fail
- Prov
- NO