Measured entry

tripled-glassmorphism-listen-app-block-shadcnui

hover-effectglassmorphismmotion on file

A client-side React music landing block combining promotional copy, calls to action, a glass-styled player, selectable tracks, and a Spotify embed. It ships as a shadcn registry block and relies on Tailwind theme conventions, shadcn Button, Badge, and Card primitives, Lucide icons, React state, and Spotify. Framer Motion is declared but unused in the block source.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of tripled-glassmorphism-listen-app-block-shadcnui at 375 pixels wide
Harness screenshot at 375 pixels wide. This viewport scrolled sideways.
Harness screenshot of tripled-glassmorphism-listen-app-block-shadcnui at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-glassmorphism-listen-app-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-listen-app-block-shadcnui
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowflagged at 375
Axe critical1
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal33.7 KB (99.1 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 40.63s
error during build:
[vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/components/ui/button.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'

Verdict

A convincing music-product showcase at wider viewports, but not release-ready as copied. The narrow layout overflows, icon-only controls lack accessible names, and most transport controls are visual. It needs a shadcn-style setup because the bare mount fails on the expected utility import.

Use it if

  • You need a music product hero that pairs marketing copy with a credible player preview.
  • Your project already uses shadcn conventions and can host a Spotify iframe.
  • You can wire the promotional and transport controls to real product behavior before release.

Skip it if

  • You need accessible player controls without adding names to the icon-only buttons.
  • Your layout must work on narrow screens without fixing the observed horizontal overflow.
  • You need a functional audio player rather than a visual demo with mostly inert controls.
  • Your privacy or content policy does not permit a third-party Spotify embed.

Install

Installation record for tripled-glassmorphism-listen-app-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 Tailwind theme tokens and utilities, the at-sign path alias and cn helper, compatible Button, Badge, and Card primitives, Lucide React, React, and the declared Radix UI and Framer Motion packages. Enable client components and permit Spotify iframe content.

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.