Measured entry

tripled-glassmorphism-pricing-block-shadcnui

pricingglassmorphismmotion on file

A client-side React pricing section shipped as a shadcn registry block. It renders hard-coded plan cards with a featured tier, feature lists, Lucide check icons, and Tailwind-driven glass and hover styling. It depends on local Button and Card primitives plus shadcn theme tokens; framer-motion is declared but unused in the source.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of tripled-glassmorphism-pricing-block-shadcnui at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-glassmorphism-pricing-block-shadcnui at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-glassmorphism-pricing-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-pricing-block-shadcnui
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal30.4 KB (95.8 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 45.29s
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 credible visual starter with clean responsive behavior and no detected accessibility violations, but it is not drop-in outside its native ecosystem. It needs a shadcn-style setup, and teams should remove the unused motion dependency or add real motion intentionally.

Use it if

  • You want a ready-made pricing grid with a clearly emphasized recommended plan.
  • Your app already has shadcn primitives, Tailwind theme tokens, and the standard path aliases.
  • You are comfortable replacing local plan data and wiring the call-to-action buttons yourself.

Skip it if

  • You need pricing driven by an API, billing provider, or reusable component props without refactoring.
  • You want working checkout actions out of the box; the buttons have no handlers or links.
  • Your non-shadcn stack does not have compatible Card, Button, utility helpers, aliases, and theme tokens.
  • You want to avoid carrying a declared animation dependency that this implementation does not use.

Install

Installation record for tripled-glassmorphism-pricing-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

For a non-shadcn project, add Tailwind with compatible theme tokens, the local Button and Card primitives, the path aliases and class-name utility those primitives expect, and Lucide React. Either install the declared motion package or remove it from the registry dependency list because the component does not import it. Then replace the hard-coded plans and connect each button to your pricing flow.

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