Measured entry
hextaui-settings-security
A client-side React security settings card covering password changes, two-factor authentication, backup codes, active sessions, and security history. It ships as a shadcn registry block and depends on HextaUI or shadcn primitives, Radix-backed dialogs and labels, lucide-react, Tailwind utility classes, and the @/lib/utils alias.



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 | 1 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 53.3 KB (118.7 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 36s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/blocks/settings/settings-security.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A broad, practical account-security shell that built and mounted cleanly in its intended environment, but it needs a shadcn-style setup and is not drop-in for a bare React app. Fix the unsupported ARIA attributes before production and wire every security callback deliberately.
Use it if
- You need one account-security surface that accepts your session and audit data through props.
- Your app already uses shadcn-style primitives, Tailwind theme tokens, and path aliases.
- You can connect the provided callbacks to real password, two-factor, backup-code, and session APIs.
Skip it if
- Your accessibility gate cannot accept unsupported ARIA attributes until the component is corrected.
- Your design system does not use shadcn-style primitives or Tailwind utility classes.
- You need a complete security workflow rather than a UI shell whose action callbacks may otherwise do nothing.
Install
| Declared dependencies | @radix-ui/react-alert-dialog, @radix-ui/react-slot, @radix-ui/react-dialog, @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 |
A non-shadcn project must add the required HextaUI or equivalent shadcn primitives, their Radix packages, lucide-react, Tailwind theme tokens, a cn utility, and an @ path alias. It also needs client-component support and application handlers for every security action.
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 form pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- hextaui-kbdminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 29.8KB
- Bare
- pass
- Prov
- NO
- shadcn-labelunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 31.1KB
- Bare
- pass
- Prov
- NO
- neobrutalism-labelbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 31.5KB
- Bare
- pass
- Prov
- NO
- neobrutalism-nlabelbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 31.5KB
- Bare
- pass
- Prov
- NO
- shadcn-formunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 43.9KB
- Bare
- pass
- Prov
- NO
- neobrutalism-formbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 44.4KB
- Bare
- pass
- Prov
- NO