Measured entry
hextaui-auth-reset-password
A client-side React password-reset card shipped through a shadcn registry. It includes password confirmation, visibility controls, strength feedback, loading and invalid-token states, and callback hooks. It depends on local shadcn-style UI primitives and utility aliases, Lucide icons, Tailwind classes, and Radix-backed controls.



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 | 37.2 KB (102.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 51s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/blocks/auth/auth-reset-password.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A complete reset-password UI with useful states and clean harness behavior, but it needs a shadcn-style setup and application-owned auth logic. Move token validation into an effect before production use to avoid render-time network calls.
Use it if
- You already use shadcn conventions and need a reset form with validation and strength feedback.
- Your application owns token verification, submission, loading state, and server error handling.
- You want explicit invalid-token and token-validating states in the same component.
Skip it if
- Your project does not use Tailwind, path aliases, or shadcn-style local primitives.
- You need the component to perform the password reset or manage authentication by itself.
- You cannot revise token validation that is currently invoked during render, which may cause repeated side effects.
Install
| Declared dependencies | @radix-ui/react-slot, @radix-ui/react-label, @radix-ui/react-separator, @radix-ui/react-progress |
|---|---|
| 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 |
A non-shadcn project must add compatible Button, Card, Field, InputGroup, and Progress primitives; a class-name merge utility at the expected alias; Tailwind theme tokens and styles; Lucide React icons; and the declared Radix packages. It must also configure the source aliases or rewrite the imports.
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