Measured entry

hextaui-popover

sheetminimal-flat

A copy-in React and TypeScript popover wrapper shipped through a shadcn registry. It composes Radix Popover primitives, portals the floating panel, and relies on a local cn helper plus Tailwind theme and state-animation classes for styling.

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

Verdict

A sensible, compact Radix wrapper for anchored interactions, with useful defaults and no provider requirement. Treat the queue's sheet label cautiously: this is a popover, so it is a poor substitute for navigation drawers or long, edge-mounted workflows.

Use it if

  • You need a compact anchored panel for forms, filters, or contextual controls.
  • Your app already uses Tailwind utilities and can supply compatible theme tokens.
  • You want Radix behavior while keeping the wrapper source inside your codebase.

Skip it if

  • You need a true edge-mounted sheet or a large mobile drawer.
  • Your project avoids Tailwind or does not want to recreate the component's utility styles.
  • You prefer a packaged component with upgrades managed through dependency releases.

Install

Installation record for hextaui-popover
Declared dependencies@radix-ui/react-popover, 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 project, add Radix Popover, provide a cn utility backed by clsx and tailwind-merge, and configure Tailwind theme tokens plus the state-animation utilities used by the content classes. Replace the alias import if your project uses different module 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 sheet pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.