Measured entry
tripled-stats-counter-block-shadcnui
statsgradient-glowmotion on file
A client-rendered React stats section with count-up values, icon cards, gradient accents, hover states, and entrance motion. It ships as a shadcn registry block styled with Tailwind classes and relies on shadcn Badge and Card primitives, React, Framer Motion, Radix UI, and Lucide icons.



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 | 1 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 74.3 KB (139.7 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 31s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/components/ui/badge.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
It builds, mounts, and stays within the tested layouts, but it needs a shadcn-style setup rather than dropping into a bare React app. Use it as a starting point after fixing the contrast issue; avoid it when dependency weight or reusable data inputs matter.
Use it if
- You need a ready-made impact or company metrics section with animated count-up values.
- Your app already has shadcn primitives, Tailwind theme tokens, and the expected import alias.
- A fixed grid of promotional metrics fits the page and you are comfortable editing the local data array.
Skip it if
- You need a lightweight static stats row and do not want Framer Motion in the dependency graph.
- You require an accessibility-clean result without remediation, since the current muted text has a contrast violation.
- You need reusable props or CMS-fed data, because the copy, values, icons, and styling are hardcoded.
- Your project does not use shadcn conventions and you do not want to recreate its primitives, utility helper, aliases, and theme tokens.
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 app, install React, Framer Motion, Radix UI, and Lucide React. Add Tailwind theme tokens, the expected import alias, shadcn Badge and Card primitives, and their cn utility, then preserve the client-component boundary. The registry also declares the button primitive.
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 stats pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- hyperui-stats-1unclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 3.4KB
- Bare
- pass
- Prov
- NO
- hyperui-app-stats-4editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 17.5KB
- Bare
- pass
- Prov
- NO
- tailark-mist-stats-2minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 17.6KB
- Bare
- pass
- Prov
- NO
- tailark-mist-stats-4minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 17.6KB
- Bare
- pass
- Prov
- NO
- tailark-veil-stats-1minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 17.6KB
- Bare
- pass
- Prov
- NO
- hyperui-stats-2editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 17.8KB
- Bare
- pass
- Prov
- NO