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.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of tripled-blog-block-shadcnui at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-blog-block-shadcnui at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-blog-block-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-blog-block-shadcnui
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal71.2 KB (136.6 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 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

Installation record for tripled-blog-block-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 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.

Alternatives

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.