Measured entry

neobrutalism-hover-card

tooltipbrutalism

A client-side React hover card shipped as a shadcn registry source file, not a packaged black box. It wraps Radix Hover Card primitives and styles the content with Tailwind utilities, project theme tokens, animation utilities, and a local cn helper imported through the usual alias.

Specimen
Harness screenshot of neobrutalism-hover-card at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of neobrutalism-hover-card at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of neobrutalism-hover-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 neobrutalism-hover-card
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal43.6 KB (109.0 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 31.79s
error during build:
[vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/components/ui/hover-card.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'

Verdict

A sound fit for neobrutalist React interfaces already following shadcn conventions. It builds, mounts, stays contained across the tested layouts, and reports no automated accessibility findings, but the bare failure shows it needs a shadcn-style setup rather than a direct copy into an unprepared app.

Use it if

  • You need a compact preview panel that appears from a hoverable profile, link, or reference trigger.
  • Your app already uses Radix primitives and a shadcn-style Tailwind theme with matching token names.
  • You want source-owned markup and styling that can be adjusted directly in the project.

Skip it if

  • The content must be reliably available on touch-only interfaces, where hover is not a dependable interaction.
  • You only need a short text hint and a simpler tooltip would carry less interaction and dependency weight.
  • Your project cannot support Tailwind theme tokens, animation utilities, or the local cn helper expected by this source.

Install

Installation record for neobrutalism-hover-card
Declared dependencies@radix-ui/react-hover-card
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 Radix Hover Card dependency, provide the cn class-merging helper and its import alias, configure Tailwind, define the referenced theme tokens, and include utilities for the state and directional animations. Keep the file in a client-rendered React boundary.

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 tooltip pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.