Measured entry
hextaui-auth-session-manager
A client-side React card for listing current and other account sessions, with confirmation dialogs for revoking one device or all other devices. It ships as shadcn registry source and expects Tailwind styling, the shadcn utility and UI primitives, Radix dialog infrastructure, and Lucide icons. Session data and revoke behavior come from the host app.



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 | 45.2 KB (110.6 KB build, 65.4 KB baseline) |
| Bare mode | FAIL |
| Provider required | NO |
| Demo used | written from the component source API |
What the harness recorded
BARE BUILD
✗ Build failed in 1m 42s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/blocks/auth/auth-session-manager.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A solid, focused account-security block once its callbacks are wired to real session APIs. It builds and mounts cleanly in the prepared harness, but it needs a shadcn-style setup and does not work as a bare drop-in.
Use it if
- You need an account security panel that distinguishes the current device from other active sessions.
- Your app already uses shadcn conventions and can connect revoke callbacks to its authentication backend.
- You want confirmation dialogs, loading states, empty states, and inline error presentation in one reusable block.
Skip it if
- You need session discovery or token invalidation included, because this component only renders supplied data and invokes callbacks.
- Your project uses a different design system and you do not want to adapt shadcn imports, tokens, and primitives.
- You require localized dates and interface copy without modifying the source, since the formatter and labels are fixed to English.
Install
| Declared dependencies | @radix-ui/react-alert-dialog, @radix-ui/react-slot, @radix-ui/react-separator |
|---|---|
| Missing on install | none |
| Bare install | fails once the shadcn-style helpers are removed, so it needs that setup |
| Provider | no provider required in the harness |
In a non-shadcn project, add the card, button, badge, separator, and alert-dialog primitives; configure the expected import aliases; provide the class-name utility and matching Tailwind theme tokens; install Lucide React and the required Radix packages; then connect session loading and revocation to your backend.
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 auth-form pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- meraki-auth-sign-in-card-with-side-imageminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 18.9KB
- Bare
- pass
- Prov
- NO
- shadcn-block-login-01minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 30.3KB
- Bare
- fail
- Prov
- NO
- shadcn-block-login-02minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 31.9KB
- Bare
- fail
- Prov
- NO
- shadcn-block-login-05minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 31.9KB
- Bare
- fail
- Prov
- NO
- 8bitcn-login-formskeuomorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 33.2KB
- Bare
- fail
- Prov
- NO
- 8bitcn-advanced3skeuomorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 33.3KB
- Bare
- fail
- Prov
- NO