Measured entry
hextaui-billing-billing-history
A client-side React billing-history card shipped as a shadcn registry item. It renders summaries, search, type and status filters, sorting, transaction rows, empty states, and pagination from supplied data. It depends on React state, Lucide icons, Tailwind theme classes, a cn helper, and local shadcn-style badge, button, card, input-group, select, and separator primitives.



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 | flagged at 375 |
| Axe critical | 1 |
| Axe serious | 1 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 68.1 KB (133.6 KB build, 65.5 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 1.01s error during build: [vite]: Rollup failed to resolve import "lucide-react" from "<sandbox>re-b890059272fc/src/cut/blocks/billing/billing-billing-history.tsx".
Verdict
A useful, fairly complete billing dashboard block for an existing design system, but not production-ready unchanged. It needs a shadcn-style setup, explicit Lucide installation, accessibility repairs, and a narrow-screen overflow fix before adoption.
Use it if
- You need an account billing panel backed by an already-loaded transaction array.
- Your product already uses shadcn-style primitives, Tailwind theme tokens, and path aliases.
- You want client-side search, filters, sorting, summaries, and pagination in one copyable block.
Skip it if
- You need a narrow-screen layout without first fixing the observed horizontal overflow.
- You must ship against strict accessibility gates before adding discernible names to controls and correcting low-contrast text.
- Your history is large or server-paginated, since this component filters, sorts, and paginates the full array in the browser.
- You want a dependency-light standalone component rather than a block coupled to several local UI primitives.
Install
| Declared dependencies | @radix-ui/react-slot, @radix-ui/react-select, @radix-ui/react-separator, clsx, tailwind-merge |
|---|---|
| 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 React, Lucide React, the required Radix slot, select, and separator packages, plus clsx and tailwind-merge. Recreate or replace the badge, button, card, input-group, select, and separator modules, provide the cn helper and import aliases, and map the Tailwind theme tokens used by the block.
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/preetsuthar17/HextaUIAlternatives
Other published entries for the navbar pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- hyperui-headers-4editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 19.1KB
- Bare
- pass
- Prov
- NO
- kibo-dialog-stackminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 33.4KB
- Bare
- pass
- Prov
- NO
- ruixen-floating-navbarunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 59.9KB
- Bare
- pass
- Prov
- NO
- ruixen-hover-gradient-navbargradient-glow
- Renders
- YES
- A11y
- 0
- Gzip
- 60.9KB
- Bare
- pass
- Prov
- NO
- ruixen-expandable-menu-navbarunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 61.8KB
- Bare
- pass
- Prov
- NO
- hextaui-cardminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 26.7KB
- Bare
- fail
- Prov
- NO