Measured entry

hextaui-tooltip

tooltipminimal-flatmotion on file

A client-side React tooltip wrapper shipped as a shadcn registry TSX file. It composes Radix Tooltip primitives, creates its own provider around each root, and styles the content and arrow with Tailwind classes. Its cn helper relies on clsx and tailwind-merge.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of hextaui-tooltip at 375 pixels wide
Harness screenshot at 375 pixels wide. This viewport scrolled sideways.
Harness screenshot of hextaui-tooltip at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of hextaui-tooltip 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-tooltip
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowflagged at 375
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal48.6 KB (114.1 KB build, 65.5 KB baseline)
Bare modeOK
Provider requiredNO
Demo usedwritten from the component source API

Verdict

A sound Radix-based tooltip with clean wrappers, built-in provider context, successful mounting, and no detected accessibility violations. It is a sensible fit for Tailwind component libraries, but the narrow-screen overflow in the tested example deserves a responsive demo adjustment.

Use it if

  • You want hover and keyboard-focus hints backed by Radix positioning and accessibility behavior.
  • Your React app already uses Tailwind utilities and a shadcn-style cn helper.
  • You prefer each tooltip root to provide its own Radix context without wiring a provider at the app shell.

Skip it if

  • Your project does not use Tailwind or shadcn-style utility conventions and you do not want to translate the styling.
  • You need the tested example to fit narrow screens unchanged, since that viewport showed horizontal overflow.
  • The content is essential or interactive and should remain visible without hover or focus.
  • You want to avoid adding Radix Tooltip and the class-merging utilities for a small hint.

Install

Installation record for hextaui-tooltip
Declared dependencies@radix-ui/react-tooltip, clsx, tailwind-merge
Missing on installnone
Bare installbuilds and mounts without the shadcn-style helpers
Providerno provider required in the harness

In a non-shadcn React project, add Radix Tooltip, clsx, and tailwind-merge; provide a cn class-merging helper or replace that import; configure Tailwind to scan the file; and define the foreground and background theme utilities plus the referenced animation utilities. Preserve the client-component directive in frameworks that distinguish server and client components.

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