Measured entry
efferd-pricing-3
A static React pricing section that renders a responsive set of plan cards with icons, feature lists, badges, crossed-out prices, and call-to-action buttons. It ships as a shadcn registry block with a separate pricing-card helper and depends on Tailwind theme tokens, Lucide icons, a shared Button, the cn utility, project path aliases, and Radix UI.



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 | 33.6 KB (99.0 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 1m 36s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/pricing/3/pricing-section.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A solid fit for a conventional marketing page: it builds, mounts, stays contained across the tested layouts, and produced no reported accessibility violations. The content and buttons are static, and it needs a shadcn-style setup before it can run in a bare project.
Use it if
- You need a compact pricing section with a featured plan and consistent feature lists.
- Your app already follows shadcn conventions for aliases, utilities, buttons, and theme tokens.
- You want static plan content that can be edited directly in the component.
Skip it if
- You need billing actions, checkout links, or selection state to work without additional wiring.
- Your plans must come from a CMS or API and you do not want to refactor the embedded data.
- You need billing-period controls or a dense feature comparison table out of the box.
- You want a dependency-light component that can be pasted into an unconfigured React project.
Install
| Declared dependencies | 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 |
In a non-shadcn project, add the configured source alias, a cn class-merging helper, the shared Button implementation, the pricing-card helper, Tailwind utilities and matching theme tokens, plus the Lucide icon and declared Radix UI packages. Then connect each call-to-action button to your billing or navigation 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/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