Measured entry

efferd-pricing-3

pricingminimal-flat

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.

Specimen
Harness screenshot of efferd-pricing-3 at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of efferd-pricing-3 at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of efferd-pricing-3 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 efferd-pricing-3
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal33.6 KB (99.0 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 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

Installation record for efferd-pricing-3
Declared dependenciesradix-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 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.

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.