Measured entry

tripled-services-grid-block-shadcnui

feature-gridminimal-flatmotion on file

A client-side React services section with a responsive card grid, feature lists, icon treatments, hover motion, and two levels of calls to action. It ships as a shadcn registry block and depends on shadcn Badge, Button, and Card primitives, Tailwind theme tokens, Framer Motion, and Lucide icons.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of tripled-services-grid-block-shadcnui at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-services-grid-block-shadcnui at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-services-grid-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-services-grid-block-shadcnui
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious1
Axe moderate0
Axe minor0
Gzip marginal75.5 KB (140.9 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 2m 19s
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 solid responsive starting point for a conventional services section, but it is not drop-in for a bare React app: it needs a shadcn-style setup. Fix the verified text-contrast issue, wire every call to action, and weigh the animation dependency before shipping.

Use it if

  • You need a ready-made services or capabilities section with short feature lists and clear card-level calls to action.
  • Your app already uses shadcn conventions, Tailwind theme tokens, Lucide icons, and Framer Motion.
  • You want a grid that collapses cleanly for narrow screens without horizontal overflow.

Skip it if

  • You need production-ready accessibility without first correcting the muted text contrast across the cards and intro copy.
  • You want lightweight static cards and cannot justify adding an animation dependency for entrance and hover effects.
  • You need working navigation out of the box, since the Learn More and contact controls have no destinations or handlers.
  • Your services require varied content lengths or rich media that do not fit this repeated icon, summary, and feature-list structure.

Install

Installation record for tripled-services-grid-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 React, Framer Motion, and Lucide React; provide compatible Badge, Button, and Card components; configure the at-sign import alias; add the usual class-name utility used by those primitives; and map the Tailwind background, card, border, primary, and muted-foreground theme tokens. You can instead replace the shadcn primitives and utility classes with equivalents from your own design system.

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 feature-grid pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.