Measured entry

hextaui-auth-forgot-password

auth-formminimal-flat

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.

Specimen
Harness screenshot of hextaui-auth-forgot-password at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of hextaui-auth-forgot-password at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of hextaui-auth-forgot-password 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-auth-forgot-password
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal34.9 KB (100.3 KB build, 65.4 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten 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

Installation record for hextaui-auth-forgot-password
Declared dependencies@radix-ui/react-slot, @radix-ui/react-label, @radix-ui/react-separator
Missing on installnone
Bare installfails once the shadcn-style helpers are removed, so it needs that setup
Providerno 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.

License
MIT
Record published
2026-08-14

Alternatives

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.