Measured entry
hextaui-auth-forgot-password
A compact React password-reset request form shipped as a HextaUI shadcn registry block. It includes email validation plus controlled loading, error, success, and back-navigation states. It depends on React, Lucide icons, the registry's button, card, field, and input-group pieces, Tailwind theme classes, and the cn utility.



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 | 34.9 KB (100.3 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-forgot-password.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A solid, narrowly scoped reset form with useful state hooks, responsive behavior, and a clean accessibility result. It needs a shadcn-style setup because the bare project cannot resolve its shared utility and registry imports. Choose it when those conventions already fit your app.
Use it if
- You need a focused email-based password reset entry point and will connect its submit callback to your own auth service.
- Your product needs externally controlled loading, server error, and success states without adopting a full authentication framework.
- Your interface already uses shadcn-style components, aliases, utility classes, and theme tokens.
Skip it if
- You need a standalone package that works without copying registry dependencies and project utilities.
- Your reset flow requires phone, username, account recovery choices, or multi-step identity checks.
- Your design system does not use Tailwind utilities or shadcn-style theme tokens and you do not want to restyle the block.
Install
| Declared dependencies | @radix-ui/react-slot, @radix-ui/react-label, @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 React and Lucide, provide the cn class-merging helper, recreate or install the button, card, field, and input-group primitives with their Radix dependencies, configure the alias imports, and supply the Tailwind utilities and color tokens used by the block. Connect onSubmit to your password-reset endpoint; the component does not send email itself.
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