Measured entry
ruixen-subscription-plans
A client-side React pricing section shipped as a shadcn registry item. It renders a responsive stack or grid of plan cards from an optional plans prop, using shadcn Card and Button primitives, Tailwind theme classes, Next.js Link, and Lucide icons. Its calls to action retain Ruixen destination URLs.



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 | 2 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 46.1 KB (111.5 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 36.98s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/components/ui/card.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A workable responsive shell for a simple pricing page, but not ready to ship unchanged. It needs a shadcn-style setup, and the nested link and button markup plus muted text contrast require correction. The fixed external destinations also make integration work unavoidable.
Use it if
- You need a conventional pricing section with featured choices and a full-width enterprise option.
- Your app already uses Next.js, Tailwind, and shadcn component conventions.
- You can replace the bundled offer copy and outbound purchase links before release.
Skip it if
- You need production-ready accessibility without edits; the tested markup has contrast and nested-control issues.
- Your project is framework-neutral or lacks shadcn aliases, primitives, and theme utilities.
- Your plans need distinct checkout destinations or a flexible card count without changing the component.
Install
| Declared dependencies | lucide-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 |
Add Tailwind and its theme tokens, the shadcn Card and Button primitives, the local class-name utility and path aliases they expect, Lucide React, Radix UI, and a Next-compatible Link implementation. Replace the bundled Ruixen URLs and fix the enterprise call to action so one interactive control does not contain another.
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/ruixenui/ruixen.comAlternatives
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