Measured entry

ruixen-pricing-flow

pricingunclassifiedmotion on file

A client-side React pricing section with configurable plans, an animated monthly or annual billing switch, plan cards, calls to action, and feature lists. It ships as a shadcn registry component and depends on Motion, Lucide React, a shared Button component, the cn utility, Tailwind classes, and theme tokens.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of ruixen-pricing-flow at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of ruixen-pricing-flow at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of ruixen-pricing-flow 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-pricing-flow
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical1
Axe serious1
Axe moderate0
Axe minor0
Gzip marginal72.4 KB (137.8 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.87s
error during build:
[vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/pricing-flow.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'

Verdict

A credible responsive starting point that builds and mounts in the prepared harness. It needs a shadcn-style setup, and the unnamed billing switch plus nested interactive calls to action should be corrected before production use.

Use it if

  • You need a compact pricing section with animated billing changes and configurable plan data.
  • Your app already has shadcn-style aliases, utilities, theme tokens, and shared controls.
  • You are prepared to replace the sample plans and placeholder links with real product data and checkout routes.

Skip it if

  • You need an accessible component without remediation, since the billing switch lacks an accessible name and the calls to action nest links inside buttons.
  • You want a dependency-light static pricing table and do not need animated price transitions.
  • You need checkout logic, entitlement handling, or usage-based pricing rather than a presentational plan selector.
  • Your billing model needs intervals beyond the built-in monthly and annual states.

Install

Installation record for ruixen-pricing-flow
Declared dependenciesmotion, lucide-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

In a non-shadcn project, add the configured at-sign source alias, a cn class-merging helper, a compatible shared Button, Tailwind styling with the referenced theme tokens, and the Motion, Lucide React, and Radix-backed control dependencies. Keep it as a client component and wire the plan links to your own checkout 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.