Measured entry

tripled-glass-blog-card-shadcnui

auth-formglassmorphismmotion on file

A client-side React blog preview card with a glass treatment, entrance motion, image zoom, tags, author metadata, and a read action. It ships as a shadcn registry component and depends on Framer Motion, Lucide icons, Tailwind utility classes, the shadcn Card, Badge, and Avatar primitives, plus the cn helper.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of tripled-glass-blog-card-shadcnui at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-glass-blog-card-shadcnui at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-glass-blog-card-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-glass-blog-card-shadcnui
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal72.9 KB (138.3 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 37.51s
error during build:
[vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/@uitripled/react-shadcn/src/components/components/cards/shadcnui/glass-blog-card.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'

Verdict

A credible fit for an existing shadcn editorial UI, with useful props and clean responsive behavior. It needs a shadcn-style setup and will not mount bare. Budget time to connect the read action and decide how motion should respond to user preferences.

Use it if

  • You already run a shadcn-style React app and want an animated editorial card that accepts post content through props.
  • Your design system already provides the expected theme tokens and supports translucent surfaces over a suitable page background.
  • You can wire the read action to your router or article callback after installation.

Skip it if

  • You need a ready-to-navigate article link, because the included read button has no destination or click handler.
  • You want a dependency-light server component without Framer Motion or client-side rendering.
  • Your project does not use Tailwind and you do not want to recreate the component's utility classes and theme tokens.
  • You require built-in reduced-motion behavior instead of adding that policy yourself.

Install

Installation record for tripled-glass-blog-card-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 Framer Motion and Lucide React, provide React and Tailwind, recreate the Card, Badge, and Avatar primitives, define the referenced theme tokens, and supply a compatible cn class-merging helper. Also mark the file for client rendering where your framework requires it.

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