Measured entry

tripled-projects-block-shadcnui

formminimal-flatmotion on file

A client-side portfolio project card shipped as a shadcn registry component. It presents a grayscale image, title, description, technology badges, and animated demo and repository links. It depends on shadcn Card and Badge primitives, Tailwind theme classes, Framer Motion, React, and Lucide icons.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of tripled-projects-block-shadcnui at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-projects-block-shadcnui at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-projects-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-projects-block-shadcnui
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious1
Axe moderate0
Axe minor0
Gzip marginal70.2 KB (135.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 49s
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 starting point for an animated portfolio tile, but not production-ready as supplied. Its icon-only action links need accessible names and better non-hover visibility. It also needs a shadcn-style setup; a bare React project will not build without the expected aliases and utility layer.

Use it if

  • You need a single featured-project card for a portfolio or case-study grid.
  • Your app already uses shadcn primitives, Tailwind theme tokens, and Framer Motion.
  • You are prepared to replace the sample project data and placeholder destinations.

Skip it if

  • You need an actual form; this component is a portfolio card despite its queue classification.
  • Your links must be accessible without modification, since both icon-only actions lack discernible names.
  • Important actions must remain visible for keyboard and touch users rather than appearing only on hover.
  • You want a lightweight static card without an animation dependency.

Install

Installation record for tripled-projects-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 shadcn Card and Badge implementations, the path alias and class-merging utility they import, Tailwind theme tokens, Framer Motion, and Lucide React. Replace the sample image, content, and placeholder links, then add accessible labels to both actions.

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