Measured entry
tripled-blog-block-shadcnui
blog-cardsminimal-flatmotion on file
A client-side blog card section shipped as a shadcn registry block. It renders hardcoded posts with remote images, category badges, metadata, calls to action, staggered entrance motion, and image hover effects. It depends on React, Framer Motion, Lucide icons, shadcn Badge, Button, and Card primitives, plus Tailwind theme conventions.



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 | 71.2 KB (136.6 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 21s 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
A clean, responsive starting point with sensible card structure and no measured accessibility findings. It still needs a shadcn-style setup: the bare project cannot resolve the shared utility imported by its UI primitives. Choose it when that stack is already in place and expect to replace the demo content and inert buttons.
Use it if
- You need a ready-made editorial teaser section for a React marketing or documentation page.
- Your project already uses shadcn primitives, Tailwind theme tokens, and Framer Motion.
- You are prepared to replace the sample post array and wire both calls to action to real routes.
Skip it if
- You need a framework-neutral component or a drop-in block for plain React without shadcn infrastructure.
- You want to avoid shipping a motion library for a mostly static content grid.
- You need posts sourced from a CMS, working links, or optimized local images without adapting the component.
- You require motion that explicitly responds to reduced-motion preferences before integration.
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 the Badge, Button, and Card primitives, the shared class-name utility and its configured import alias, Tailwind theme tokens for background, foreground, card, border, muted, and primary colors, Lucide icons, and Framer Motion. Then replace the sample content and connect the buttons to navigation.
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 blog-cards pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- hyperui-blog-cards-4editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 17.3KB
- Bare
- pass
- Prov
- NO
- hyperui-blog-cards-2editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 17.5KB
- Bare
- pass
- Prov
- NO
- hyperui-blog-cards-1editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 17.6KB
- Bare
- pass
- Prov
- NO
- hyperui-blog-cards-3editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 17.7KB
- Bare
- pass
- Prov
- NO
- hyperui-blog-cards-7editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 17.8KB
- Bare
- pass
- Prov
- NO
- hyperui-blog-cards-5editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 17.9KB
- Bare
- pass
- Prov
- NO