Measured entry

ruixen-subscription-plans

pricingunclassified

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.

Specimen
Harness screenshot of ruixen-subscription-plans at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of ruixen-subscription-plans at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of ruixen-subscription-plans 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 ruixen-subscription-plans
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious2
Axe moderate0
Axe minor0
Gzip marginal46.1 KB (111.5 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 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

Installation record for ruixen-subscription-plans
Declared dependencieslucide-react, radix-ui
Missing on installnone
Bare installfails once the shadcn-style helpers are removed, so it needs that setup
Providerno 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.

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.