Measured entry

tripled-glassmorphism-portfolio-block-shadcnui

hover-effectglassmorphismmotion on file

A client-side portfolio spotlight shipped as a shadcn registry block. It combines a profile card, project highlights, a call to action, and animated social links, using Tailwind theme tokens, local Badge and Button primitives, Framer Motion, Lucide icons, React, and the shadcn utility convention.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of tripled-glassmorphism-portfolio-block-shadcnui at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-glassmorphism-portfolio-block-shadcnui at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-glassmorphism-portfolio-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-glassmorphism-portfolio-block-shadcnui
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal73.2 KB (138.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 35.85s
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 polished, responsive portfolio hero with clean mounting and accessibility checks, but it is opinionated and dependency-heavy for the job. It needs a shadcn-style setup because the bare project cannot resolve the expected local utility and UI primitives.

Use it if

  • You need a full-screen personal portfolio introduction with biography, highlights, and social destinations in one section.
  • Your app already uses shadcn conventions and Framer Motion, so the local primitives and theme tokens fit without structural changes.
  • You want viewport entrance motion and restrained hover feedback on cards and links.

Skip it if

  • You need a data-driven portfolio grid or case-study gallery rather than a fixed profile spotlight.
  • You want to avoid adding Framer Motion and its meaningful bundle cost for mostly decorative transitions.
  • Your design system does not provide shadcn-style aliases, theme tokens, Badge, Button, and utility helpers.
  • You cannot replace the embedded persona copy, external links, and remote portrait before shipping.

Install

Installation record for tripled-glassmorphism-portfolio-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 source alias and class-name utility, compatible Badge and Button components, Tailwind theme tokens for foreground, background, border, and primary colors, plus React, Framer Motion, Lucide React, and the required Radix UI packages. Ensure it runs as a client component, then replace all sample content and destinations.

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