Measured entry
hextaui-popover
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.



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.
| Build | OK |
|---|---|
| Mount | OK |
| Console errors | 0 |
| Uncaught page errors | 0 |
| Horizontal overflow | clean at 375, 768, 1440 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 52.9 KB (118.4 KB build, 65.5 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written 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
| Declared dependencies | @radix-ui/react-popover, clsx, tailwind-merge |
|---|---|
| Missing on install | none |
| Bare install | builds and mounts without the shadcn-style helpers |
| Provider | no 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.
Author repository
github.com/preetsuthar17/HextaUIAlternatives
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.
- shadcn-sheetunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 26.3KB
- Bare
- fail
- Prov
- NO
- neobrutalism-nsheetbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 40.5KB
- Bare
- fail
- Prov
- NO
- neobrutalism-sheetbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 40.5KB
- Bare
- fail
- Prov
- NO
- 8bitcn-resizableskeuomorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 40.8KB
- Bare
- fail
- Prov
- NO
- 8bitcn-sheetskeuomorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 43.8KB
- Bare
- fail
- Prov
- NO
- hextaui-sheetminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 43.8KB
- Bare
- fail
- Prov
- NO