Measured entry
hextaui-billing-invoice-list
A client-side React invoice-history card shipped as a shadcn registry block. It takes invoice records, formats dates and currencies, and provides local search, status filtering, pagination, empty states, plus optional view and download callbacks. It relies on shadcn UI primitives, Tailwind theme utilities, Radix packages, Lucide icons, clsx, and tailwind-merge.



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 | 67.2 KB (132.7 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 917ms error during build: [vite]: Rollup failed to resolve import "lucide-react" from "<sandbox>re-8ad9f485c2e8/src/cut/blocks/billing/billing-invoice-list.tsx".
Verdict
A useful billing-account block for shadcn apps, with sensible data hooks and complete list states. It needs a shadcn-style setup, and it is not drop-in ready for strict mobile or accessibility requirements until the overflow, control naming, and contrast issues are corrected.
Use it if
- You need an account billing panel backed by an invoice array already loaded in the browser.
- You want built-in client-side search, status filtering, pagination, and empty states.
- Your product can connect its own view and download behavior through callbacks.
- Your app already follows shadcn component, alias, utility, and theme conventions.
Skip it if
- A narrow mobile layout must never overflow horizontally without component changes.
- The component must pass accessibility review without fixing the unnamed control and low-contrast states.
- You need server-driven filtering, sorting, pagination, or invoice fetching rather than local array operations.
- You do not want to adopt or recreate the surrounding shadcn primitives and Tailwind theme contract.
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 the Badge, Button, Card, Input Group, Select, and Separator primitives; the cn utility and matching path aliases; Tailwind theme tokens; Radix Slot, Select, and Separator; Lucide React; clsx; and tailwind-merge. Then map the registry imports to your local component 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.
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