Measured entry

hextaui-billing-invoice-list

navbarminimal-flat

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.

Specimen
Harness screenshot of hextaui-billing-invoice-list at 375 pixels wide
Harness screenshot at 375 pixels wide. This viewport scrolled sideways.
Harness screenshot of hextaui-billing-invoice-list at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of hextaui-billing-invoice-list 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-invoice-list
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowflagged at 375
Axe critical1
Axe serious1
Axe moderate0
Axe minor0
Gzip marginal67.2 KB (132.7 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 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

Installation record for hextaui-billing-invoice-list
Declared dependencies@radix-ui/react-slot, @radix-ui/react-select, @radix-ui/react-separator, 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 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.

License
MIT
Record published
2026-08-17

Alternatives

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.