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.



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.
| Build | OK |
|---|---|
| Mount | OK |
| Console errors | 0 |
| Uncaught page errors | 0 |
| Horizontal overflow | clean at 375, 768, 1440 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 30.4 KB (95.8 KB build, 65.4 KB baseline) |
| Bare mode | FAIL |
| Provider required | NO |
| Demo used | written 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
| Declared dependencies | framer-motion, react, radix-ui |
|---|---|
| Missing on install | none |
| Bare install | fails once the shadcn-style helpers are removed, so it needs that setup |
| Provider | no 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.
Author repository
github.com/moumen-soliman/uitripledAlternatives
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.
- hyperui-pricing-1unclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 3.8KB
- Bare
- pass
- Prov
- NO
- hyperui-pricing-2editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 18.2KB
- Bare
- pass
- Prov
- NO
- meraki-pricing-side-by-sideminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 18.8KB
- Bare
- pass
- Prov
- NO
- efferd-pricing-2glassmorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 29.8KB
- Bare
- pass
- Prov
- NO
- ruixen-pricing-plansunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 60.6KB
- Bare
- pass
- Prov
- NO
- ruixen-pricing-comparisonunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 31.3KB
- Bare
- fail
- Prov
- NO