Measured entry

hextaui-card

navbarminimal-flat

A shadcn registry card primitive shipped as React source, with composable header, title, description, action, content, and footer parts. It relies on Tailwind utility classes, theme color tokens, the local cn class-merging helper, and the @ path alias rather than an external runtime package.

Specimen
Harness screenshot of hextaui-card at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of hextaui-card at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of hextaui-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-card
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal26.7 KB (92.1 KB build, 65.4 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

BARE BUILD

✗ Build failed in 37.21s
error during build:
[vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/components/ui/card.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'

Verdict

A clean, flexible card primitive with sensible slots and no observed runtime or accessibility trouble in the configured harness. It needs a shadcn-style setup before it will build or mount, so it is a good fit for compatible codebases but not a drop-in choice for a bare React app.

Use it if

  • You want a small set of composable card regions that can be styled at the call site.
  • Your app already follows shadcn conventions for Tailwind tokens, aliases, and the cn helper.
  • You need a card header that can place an optional action beside its title and description.

Skip it if

  • You need a ready-made navbar, since the source is a card primitive despite the queue classification.
  • Your project does not use Tailwind and you do not want to translate utility classes into its styling system.
  • You need semantic heading or section elements built in, since every exported part renders a div by default.

Install

Installation record for hextaui-card
Declared dependenciesnone declared
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 Tailwind with the referenced card, foreground, and muted theme tokens; provide a cn class-merging utility; configure the @ import alias; and copy the React source into your component tree. Otherwise, replace the alias import and translate the utility classes into your own styling system.

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-14

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.