Measured entry

hextaui-billing-subscription-card

pricingminimal-flat

A client-side subscription summary card for plan status, usage, renewal details, and account actions. It ships as a shadcn registry source file and composes local card, badge, button, progress, separator, and switch primitives, with Tailwind classes, a local class-merging helper, and Lucide icons.

Specimen
Harness screenshot of hextaui-billing-subscription-card at 375 pixels wide
Harness screenshot at 375 pixels wide. This viewport scrolled sideways.
Harness screenshot of hextaui-billing-subscription-card at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of hextaui-billing-subscription-card 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 hextaui-billing-subscription-card
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowflagged at 375
Axe critical2
Axe serious1
Axe moderate0
Axe minor0
Gzip marginal39.1 KB (104.6 KB build, 65.5 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

BARE BUILD

✗ Build failed in 565ms
error during build:
[vite]: Rollup failed to resolve import "lucide-react" from "<sandbox>re-917d5110566b/src/cut/blocks/billing/billing-subscription-card.tsx".

Verdict

A useful billing dashboard starting point with sensible data states and action hooks, but not release-ready as tested. It needs a shadcn-style setup, accessibility repairs, and a narrow-screen layout fix before adoption.

Use it if

  • You need a compact account billing panel with usage limits, renewal status, and common subscription actions.
  • Your app already uses shadcn-style primitives and can wire the action callbacks into its billing flows.
  • You are prepared to fix and retest the accessibility issues before release.

Skip it if

  • The card must ship immediately under a strict accessibility gate, because the tested output has unsupported ARIA, an unnamed button, and contrast failures.
  • Your layout must work at narrow mobile widths without adaptation, because the verified rendering overflows there.
  • You want the auto-renew control to be interactive, since this component renders it as a disabled status indicator.

Install

Installation record for hextaui-billing-subscription-card
Declared dependencies@radix-ui/react-slot, @radix-ui/react-progress, @radix-ui/react-separator, @radix-ui/react-switch, clsx, tailwind-merge
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 React and Lucide plus the Radix slot, progress, separator, and switch packages, clsx, and tailwind-merge. Provide Tailwind theme tokens, a cn helper, the imported UI primitives, and either configure the source aliases or replace them with local paths.

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.

License
MIT
Record published
2026-08-17

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.