Measured entry
efferd-pricing-1
pricingminimal-flatmotion on file
A client-side pricing section shipped as a shadcn registry block, with plan cards, a monthly or yearly toggle, highlighted-plan treatment, feature tooltips, and linked calls to action. It expects React, Next.js Link, Motion, Lucide icons, shadcn Button and Tooltip components, the cn utility, and compatible Tailwind theme tokens.



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 | 109.8 KB (175.3 KB build, 65.5 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 5.04s error during build: [vite]: Rollup failed to resolve import "lucide-react" from "<sandbox>re-5ceed4ad3c20/src/cut/pricing/1/pricing-section.tsx".
Verdict
A sensible starting point for an existing shadcn-style Next.js app, but it is not plug-and-play: the supplied demo mounts it without required props and crashes when it reads plan data. It needs a shadcn-style setup and real pricing content before it can render.
Use it if
- You need a configurable pricing grid whose plans and billing periods come from application data.
- Your app already uses Next.js, Tailwind, and shadcn-style component aliases.
- You want animated billing-period switching and optional explanatory tooltips on plan features.
Skip it if
- You need a drop-in component that renders useful defaults without supplying plan and heading props.
- Your project does not use Next.js and you do not want to replace its Link integration.
- You want to avoid Motion, Radix-backed tooltips, or shadcn theme conventions for a simple pricing table.
Install
| Declared dependencies | motion, radix-ui, clsx, tailwind-merge |
|---|---|
| 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 |
In a non-shadcn project, add Motion, Lucide icons, React, and Radix-compatible tooltip primitives; provide local Button and Tooltip implementations, a cn class-merging helper, matching Tailwind theme tokens and path aliases, and replace Next.js Link if your router differs. Pass a heading and a populated plans array at the call site.
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/shabanhr/efferd-uiAlternatives
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
- tripled-glassmorphism-pricing-block-shadcnuiglassmorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 30.4KB
- Bare
- fail
- Prov
- NO