Measured entry
ruixen-pricing-feature-matrix
pricingunclassifiedmotion on file
A client-side React pricing comparison table shipped as a shadcn registry component. It accepts plan and feature-category data, renders sticky plan headers, tooltip descriptions, availability icons, highlighted-plan styling, and calls to action. It depends on Hugeicons, a registry tooltip component, Tailwind theme classes, and the local cn utility.



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 | 51.5 KB (116.9 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 34.38s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/pricing-feature-matrix.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A solid fit for an established shadcn codebase: it builds, mounts, stays within its tested viewports, and exposes useful data props. It needs a shadcn-style setup, and its mobile presentation is incomplete because plan identity and purchase actions disappear.
Use it if
- You need a detailed plan comparison where boolean availability and plan-specific limits share the same matrix.
- Your product already uses shadcn conventions, Tailwind theme tokens, and Radix-backed tooltips.
- You want plan and feature data supplied through props while retaining sensible example content for prototyping.
Skip it if
- You need a compact pricing card row rather than a long feature-by-feature comparison.
- Your design system does not use Tailwind utility classes or shadcn path aliases.
- You need category headings to appear inside the rendered matrix, since the supplied category titles and descriptions are not displayed.
- You want mobile users to see plan names and calls to action in this component, since those elements are hidden on smaller layouts.
Install
| Declared dependencies | @hugeicons/react, @hugeicons/core-free-icons, 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 Hugeicons React and free icon packages, a Radix-backed tooltip implementation, the cn class-merging utility, the expected import aliases, Tailwind theme tokens, and client-component support. Also adapt the utility classes if your styling system differs.
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