Measured entry

hextaui-auth-reset-password

auth-formminimal-flat

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.

Specimen
Harness screenshot of hextaui-auth-reset-password at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of hextaui-auth-reset-password at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of hextaui-auth-reset-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-reset-password
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal37.2 KB (102.6 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 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

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

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.